Property this
this[TAlternateKey]
Gets the value list associated with the specified alternate key. If the key is not found then a new value list is returned which can be used to add values to the key or to monitor when items are added to the key.
Declaration
public ListDictionary<TKey, TValue>.ValueList this[TAlternateKey key] { get; }Parameters
| Type | Name | Description | 
|---|---|---|
| TAlternateKey | key | 
Property Value
| Type | Description | 
|---|---|
| ListDictionary<TKey, TValue>.ValueList | 
