SerializableDictionary2.SerializableDictionary

SerializableDictionary<TKey,TValue> constructor

Initializes a new instance of the SerializableDictionary class that is empty, has the default initial capacity, and uses the default equality comparer for the key type.

public SerializableDictionary()

See Also