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>

Ключ элемента, который требуется удалить.

Возвращаемое значение

Значение true, если элемент item был успешно удален из коллекции; в противном случае — значение false. Этот метод также возвращает значение false, если значение item не найдено в этой коллекции.

Реализации

Применяется к

См. также раздел