System.Collections.Immutable by Microsoft

<PackageReference Include="System.Collections.Immutable" Version="5.0.0-preview.1.20120.5" />

 ISortKeyCollection<TKey>

interface 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; } } }