DictionaryEditor.ContainsKey

DictionaryEditor.ContainsKey method

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

public bool ContainsKey(string key)
ParameterTypeDescription
keyStringThe key to locate in the DictionaryEditor.

Return Value

true if the DictionaryEditor contains an editable element with the key; otherwise, false.

See Also