Click or drag to resize

SerializableDictionaryTKey, TVal Constructor

Overload List
  NameDescription
Public methodSerializableDictionaryTKey, TVal
Default constructor.
Public methodSerializableDictionaryTKey, TVal(IDictionaryTKey, TVal)
Construct the dictionary from another dictionary of the same type.
Public methodSerializableDictionaryTKey, TVal(IEqualityComparerTKey)
Construct the dictionary with the specified equality comparer.
Public methodSerializableDictionaryTKey, TVal(Int32)
Construct the dictionary with a known initial size.
Public methodSerializableDictionaryTKey, TVal(IDictionaryTKey, TVal, IEqualityComparerTKey)
Construct the dictionary from another dictionary of the same type and using the equality item comparer.
Public methodSerializableDictionaryTKey, TVal(Int32, IEqualityComparerTKey)
Construct the dictionary with a known initial size and using the equality item comparer.
Top
See Also