ImmutableDictionary<TKey,TValue>.KeyComparer 속성

정의

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

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

속성 값

키 비교자입니다.

적용 대상