TypeElementCollection.ContainsKey(Object) Metodo

Definizione

Restituisce un tipo Boolean che indica se nell'insieme esiste un elemento TypeElement con la chiave specificata.

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

Parametri

key
Object

Chiave dell'elemento TypeElement da trovare nell'insieme.

Restituisce

Boolean

true se l'insieme contiene un elemento TypeElement con la chiave specificata; in caso contrario, false.

Si applica a