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

Definição

Remove o elemento com a chave especificada do 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

A chave do elemento a ser removido.

Retornos

true se o elemento for removido com êxito; caso contrário, false. Esse método também retornará false se key não tiver sido encontrado no IDictionary<TKey,TValue> original.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de HttpRequestOptions é convertida em uma interface de IDictionary<TKey,TValue>.

Aplica-se a