ValidationStateDictionary.ContainsKey(Object) Método

Definición

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

Parámetros

key
Object

Devoluciones

Boolean

Implementaciones

Se aplica a