ISortKeyCollection<TKey> interface ISortKeyCollection<TKey> Defined on a generic collection that sorts its contents using an IComparer<T>. Documentation Code IComparer<TKey> KeyComparer { get; } Gets the comparer used to sort keys.