Method GetValueCount
GetValueCount(TKey)
Gets the number of values in the dictionary associated with the specified key or zero if the key is not present.
Declaration
int GetValueCount(TKey key)Parameters
| Type | Name | Description | 
|---|---|---|
| TKey | key | 
Returns
| Type | Description | 
|---|---|
| int | 
