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)

プロパティ値

キーの比較子。

適用対象