AdvisableDictionary<TKey, TValue>.ContainsValue Method |
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.5.15.0 (6.5.15.0)
public bool ContainsValue( TValue value )
Parameters
- value
- Type: TValue
The value to locate in the AdvisableDictionary<TKey, TValue>. The value can be null for reference types.
Return Value
Type: Booleantrue if the AdvisableDictionary<TKey, TValue> contains an element with the specified value; otherwise, false.