HttpRequestOptions.ICollection<KeyValuePair<String,Object>>.Remove Método

Definición

Quita la primera aparición de un objeto específico de la interfaz 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

Parámetros

item
KeyValuePair<String,Object>

Objeto que se va a quitar de ICollection<T>.

Devoluciones

Es true si item se ha quitado correctamente de la interfaz ICollection<T>; en caso contrario, es false. Este método también devuelve false si no se encuentra item en la ICollection<T> original.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de HttpRequestOptions se convierte en una interfaz ICollection<T>.

Se aplica a