Metadata.ContainsKey

Metadata.ContainsKey method

Determines does this dictionary contasins specified key.

public bool ContainsKey(string key)
ParameterTypeDescription
keyStringKey to search in the dictionary.

Return Value

true if key is found.

See Also