ImmutableSortedDictionary<TKey,TValue>.KeyComparer 속성

정의

변경할 수 없는 정렬된 사전에 대한 키 비교자를 가져옵니다.

public:
 property System::Collections::Generic::IComparer<TKey> ^ KeyComparer { System::Collections::Generic::IComparer<TKey> ^ get(); };
public System.Collections.Generic.IComparer<TKey> KeyComparer { get; }
member this.KeyComparer : System.Collections.Generic.IComparer<'Key>
Public ReadOnly Property KeyComparer As IComparer(Of TKey)

속성 값

IComparer<TKey>

사전의 키 비교자입니다.

적용 대상