OrderedDictionary<TKey,TValue>.Comparer プロパティ

定義

ディクショナリのキーの等価性を判断するために使用される IEqualityComparer<T> を取得します。

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

プロパティ値

適用対象