Determines whether the collection contains an element with the specified key.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public bool ContainsKey( TKey key ) |
Visual Basic (Declaration) |
---|
Public Function ContainsKey ( _ key As TKey _ ) As Boolean |
Parameters
- key
- Type: TKey
The key to locate.