Share via


KernelArguments.IDictionary<String,Object>.ContainsKey(String) Method

Definition

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

bool IDictionary<string,object>.ContainsKey (string key);
abstract member System.Collections.Generic.IDictionary<System.String,System.Object>.ContainsKey : string -> bool
override this.System.Collections.Generic.IDictionary<System.String,System.Object>.ContainsKey : string -> bool
Function ContainsKey (key As String) As Boolean Implements IDictionary(Of String, Object).ContainsKey

Parameters

key
String

Returns

Implements

Applies to