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

정의

이 멤버에 대한 설명은 Remove(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>

제거할 요소의 키입니다.

반환

Boolean

컬렉션에서 item이 성공적으로 제거되었으면 true이고, 그렇지 않으면 false입니다. 이 메서드는 컬렉션에 item가 없는 경우에도 false를 반환합니다.

구현

적용 대상

추가 정보