ObjectStatementCollection.ContainsKey(Object) Metod

Definition

Avgör om tabellen innehåller den angivna instruktionsägaren.

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

Parametrar

statementOwner
Object

Ägaren till instruktionssamlingen.

Returer

true om statementOwner finns i tabellen, annars false.

Undantag

statementOwner är null.

Gäller för

Se även