ISortKeyCollection<TKey>
using System.Runtime.CompilerServices;
namespace System.Collections.Generic
{
[System.Runtime.CompilerServices.NullableContext(1)]
internal interface ISortKeyCollection<[System.Runtime.CompilerServices.Nullable(2)] in TKey>
{
IComparer<TKey> KeyComparer { get; }
}
}