Share via


ConnectionItems.IDictionary<Object,Object>.Remove(Object) Method

Definition

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

Parameters

key
Object

Returns

Implements

Applies to