Click or drag to resize

OrderedDictionaryTKey, TValue Constructor

Overload List
  Name Description
Public method OrderedDictionaryTKey, TValue Initializes a new instance of the OrderedDictionaryTKey, TValue class that is empty, has the default initial capacity, and uses the default equality comparer for the key type.
Public method OrderedDictionaryTKey, TValue(IEnumerableKeyValuePairTKey, TValue) Initializes a new instance of the OrderedDictionaryTKey, TValue class that contains elements copied from the specified [!:IEnumerable<KeyValuePair<TKey, TValue>>] and uses the default equality comparer for the key type.
Public method OrderedDictionaryTKey, TValue(IEqualityComparerTKey) Initializes a new instance of the OrderedDictionaryTKey, TValue class that is empty, has the default initial capacity, and uses the specified IEqualityComparerT.
Public method OrderedDictionaryTKey, TValue(Int32) Initializes a new instance of the OrderedDictionaryTKey, TValue class that is empty, has the specified initial capacity, and uses the default equality comparer for the key type.
Public method OrderedDictionaryTKey, TValue(IEnumerableKeyValuePairTKey, TValue, IEqualityComparerTKey) Initializes a new instance of the OrderedDictionaryTKey, TValue class that contains elements copied from the specified [!:IEnumerable<KeyValuePair<TKey, TValue>>] and uses the specified IEqualityComparerT.
Public method OrderedDictionaryTKey, TValue(Int32, IEqualityComparerTKey) Initializes a new instance of the OrderedDictionaryTKey, TValue class that is empty, has the specified initial capacity, and uses the specified IEqualityComparerT.
Top
See Also