CommandStateContainsKey Method

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

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public bool ContainsKey(
	string key
)

Parameters

key  String
The key to locate in the CommandState.

Return Value

Boolean
if the CommandState contains an element with the key; otherwise, .

Implements

IReadOnlyDictionaryTKey, TValueContainsKey(TKey)
IDictionaryTKey, TValueContainsKey(TKey)

See Also