ConnectionItems.IDictionary<Object,Object>.Remove(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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