Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 303 Bytes

File metadata and controls

11 lines (6 loc) · 303 Bytes

DefaultDictionary

Inherits: Dictionary<TKey, TValue>

Represents a collection of keys and values that handles the creation of a default value if the requested key is not currently present.


Properties

TValue this[TKey key]: Gets or sets the value associated with the specified key.