Initializes a new instance of the OrderedDictionary<TKey,TValue> class using the specified comparer.
シンタックス
'宣言
Public Function New( _
ByVal As System.Collections.Generic.IEqualityComparer(Of TKey) _
)
'使用法
Dim comparer As System.Collections.Generic.IEqualityComparer(Of TKey)
Dim instance As New OrderedDictionary(Of TKey,TValue)(comparer)
public OrderedDictionary<TKey,TValue>(
System.Collections.Generic.IEqualityComparer<TKey>
)
パラメータ
- comparer
- The System.Collections.Generic.IEqualityComparer`1 to use when comparing keys, or to use the default System.Collections.Generic.EqualityComparer`1 for the type of the key.
参照