Share via


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

Definition

Removes the element with the specified key from the IDictionary<TKey,TValue>.

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

Parameters

key
String

Returns

Implements

Applies to