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 HashSetDictionary<TKey, TValue>.ValueSet this[TAlternateKey key] { get; }Parameters
| Type | Name | Description | 
|---|---|---|
| TAlternateKey | key | 
Property Value
| Type | Description | 
|---|---|
| HashSetDictionary<TKey, TValue>.ValueSet | 
