HttpRequestOptions.IDictionary<String,Object>.Remove(String) Método

Definición

Quita el elemento con la clave especificada de .IDictionary<TKey,TValue>

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

Parámetros

key
String

Clave del elemento que se va a quitar.

Devoluciones

true es si el elemento se ha quitado correctamente; de lo contrario, false. Este método también devuelve false si key no se encontró en el original IDictionary<TKey,TValue>.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la HttpRequestOptions instancia se convierte en una IDictionary<TKey,TValue> interfaz.

Se aplica a