ImmutableSortedDictionary<TKey,TValue>.Builder.KeyComparer 속성

정의

키 비교자를 가져오거나 설정합니다.

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

속성 값

IComparer<TKey>

키 비교자입니다.

적용 대상