Property this
this[TKey]
Gets the value collection associated with the specified key. If the key is not found then a new value collection is returned which can be used to monitor when items are added to the key.
Declaration
TValueCollection this[TKey key] { get; }Parameters
| Type | Name | Description | 
|---|---|---|
| TKey | key | 
Property Value
| Type | Description | 
|---|---|
| TValueCollection | 
Remarks
Value collections synchronize with their dictionary to always reflect the values associated with their key inside the dictionary.
