Determines whether the collection contains a specific key and value.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public bool Contains( KeyValuePair<TKey, TValue> item ) |
| Visual Basic (Declaration) |
|---|
Public Function Contains ( _ item As KeyValuePair(Of TKey, TValue) _ ) As Boolean |
Parameters
- item
- Type: System.Collections.Generic..::.KeyValuePair<(Of <(TKey, TValue>)>)
The key-value pair to locate in the collection.