AllowNullDictionaryTKey, TValue Constructor

Overload List

AllowNullDictionaryTKey, TValue Initializes a new instance of the AllowNullDictionaryTKey, TValue class.
AllowNullDictionaryTKey, TValue(IEqualityComparerTKey) Initializes a new instance of the AllowNullDictionaryTKey, TValue class using the specified comparer.
AllowNullDictionaryTKey, TValue(IEnumerableKeyValuePairTKey, TValue, IEqualityComparerTKey) Initializes a new instance of the AllowNullDictionaryTKey, TValue class with the specified collection.
AllowNullDictionaryTKey, TValue(Int32, IEqualityComparerTKey) Initializes a new instance of the AllowNullDictionaryTKey, TValue class using the specified capacity and comparer.

See Also