Skip to content

Overload_Ekstrand_Collections_Generic_TwoKeyDictionary_3__ctor

Fred Ekstrand edited this page Aug 4, 2020 · 2 revisions

TwoKeyDictionary(TKeyA, TKeyB, TValue) Constructor

Overload List

 

Name Description
Public method TwoKeyDictionary(TKeyA, TKeyB, TValue)() Initializes a new instance of the Dictionary<TKeyA,TKeyB,TValue> class that is empty, has the default initial capacity, and uses the default equality comparer for the key type.
Public method TwoKeyDictionary(TKeyA, TKeyB, TValue)(IEqualityComparer(TKeyA)) Initializes a new instance of the Dictionary<TKeyA,TKeyB,TValue> class that is empty, has the default initial capacity, and uses the specified IEqualityComparer.
Public method TwoKeyDictionary(TKeyA, TKeyB, TValue)(IEqualityComparer(TKeyB)) Initializes a new instance of the Dictionary<TKeyA,TKeyB,TValue> class that is empty, has the default initial capacity, and uses the specified IEqualityComparer.
Public method TwoKeyDictionary(TKeyA, TKeyB, TValue)(Int32) Initializes a new instance of the Dictionary<TKeyA,TKeyB,TValue> class that is empty, has the specified initial capacity, and uses the default equality comparer for the key type.
Public method TwoKeyDictionary(TKeyA, TKeyB, TValue)(TwoKeyDictionary(TKeyA, TKeyB, TValue)) Initializes a new instance of the Dictionary<TKeyA,TKeyB,TValue> and uses the default equality comparer for the key type.
Public method TwoKeyDictionary(TKeyA, TKeyB, TValue)(IEqualityComparer(TKeyA), IEqualityComparer(TKeyB)) Initializes a new instance of the Dictionary<TKeyA,TKeyB,TValue> class that is empty, has the default initial capacity, and uses the specified IEqualityComparer and IEqualityComparer.
Protected method TwoKeyDictionary(TKeyA, TKeyB, TValue)(SerializationInfo, StreamingContext) Initializes a new instance of the Dictionary<TKeyA,TKeyB,TValue> class with serialized data.
Public method TwoKeyDictionary(TKeyA, TKeyB, TValue)(Int32, IEqualityComparer(TKeyA), IEqualityComparer(TKeyB)) Initializes a new instance of the Dictionary<TKeyA,TKeyB,TValue> class that is empty, has the specified initial capacity, and uses the specified IEqualityComparer and IEqualityComparer.
Public method TwoKeyDictionary(TKeyA, TKeyB, TValue)(TwoKeyDictionary(TKeyA, TKeyB, TValue), IEqualityComparer(TKeyA), IEqualityComparer(TKeyB)) Initializes a new instance of the Dictionary<TKeyA,TKeyB,TValue> and uses the IEqualityComparer and IEqualityComparer.
  Back to Top

See Also

Reference

TwoKeyDictionary(TKeyA, TKeyB, TValue) Class
Ekstrand.Collections.Generic Namespace

Clone this wiki locally