ContainsValue(TValue)
Determines whether the AdvisableDictionary<TKey, TValue> contains a specific value.
Declaration
public bool ContainsValue(TValue value)Parameters
| Type | Name | Description |
|---|---|---|
| TValue | value | The value to locate in the AdvisableDictionary<TKey, TValue>.
The value can be |
Returns
| Type | Description |
|---|---|
| bool |
|