Determines whether the collection contains an element with the specified key.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.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.

Return Value

true if the collection contains an element with the key; otherwise false.

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.ContainsKey(TKey)

See Also