Constructor SerializableDictionary
SerializableDictionary()
Initializes a new instance of the dictionary.
Declaration
public SerializableDictionary()
SerializableDictionary(IDictionary<TKey, TValue>)
Initializes a new instance of the dictionary that contains elements copied from the given
input
dictionary.
Declaration
public SerializableDictionary(IDictionary<TKey, TValue> input)
Parameters
Type | Name | Description |
---|---|---|
IDictionary<TKey, TValue> | input | The dictionary from which to copy the elements. |