ReadOnlyDictionaryAdapter.ContainsKey method

Determines whether the adapted dictionary contains an element with the specified string key.

public bool ContainsKey(string key)
parameter description
key The string key to locate in the dictionary.

Return Value

true if the dictionary contains an element with the specified key; otherwise, false.

See Also