public static Dictionary<Guid, string> ToIdAndLabelDictionary<T>( this IReadOnlyCollection<T> data ) where T : IIdLabel
In This Article