ConnectionItems.IDictionary<Object,Object>.Remove(Object) 메서드

정의

 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

매개 변수

key
Object

반환

구현

적용 대상