ValidationStateDictionary.ContainsKey(Object) Method

Definition

Determines whether the IDictionary<TKey,TValue> contains an element with the specified key.

public:
 virtual bool ContainsKey(System::Object ^ key);
public bool ContainsKey (object key);
abstract member ContainsKey : obj -> bool
override this.ContainsKey : obj -> bool
Public Function ContainsKey (key As Object) As Boolean

Parameters

key
Object

Returns

Implements

Applies to