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)

屬性值

索引鍵比較子。

適用於