HttpRequestOptions.ICollection<KeyValuePair<String,Object>>.Remove 메서드

정의

에서 특정 개체의 첫 번째 항목을 제거합니다 ICollection<T>.

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

매개 변수

item
KeyValuePair<String,Object>

에서 제거할 개체입니다 ICollection<T>.

반품

가 성공적으로 제거되었으면 이고 , 그렇지 않으면 . 또한 이 메서드는 원래 false메서드에서 찾을 수 없는 경우에도 item 반환 ICollection<T> 합니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현입니다. 인스턴스가 인터페이스로 HttpRequestOptions 캐스팅 ICollection<T> 되는 경우에만 사용할 수 있습니다.

적용 대상