SerializableDictionaryTKey, TVal Constructor |
Name | Description | |
---|---|---|
SerializableDictionaryTKey, TVal |
Default constructor.
| |
SerializableDictionaryTKey, TVal(IDictionaryTKey, TVal) |
Construct the dictionary from another dictionary of the same type.
| |
SerializableDictionaryTKey, TVal(IEqualityComparerTKey) |
Construct the dictionary with the specified equality comparer.
| |
SerializableDictionaryTKey, TVal(Int32) |
Construct the dictionary with a known initial size.
| |
SerializableDictionaryTKey, TVal(IDictionaryTKey, TVal, IEqualityComparerTKey) |
Construct the dictionary from another dictionary of the same type and using the equality item comparer.
| |
SerializableDictionaryTKey, TVal(Int32, IEqualityComparerTKey) |
Construct the dictionary with a known initial size and using the equality item comparer.
|