HttpRequestOptions.IDictionary<String,Object>.Remove(String) Metoda

Definice

Odebere prvek se zadaným klíčem z objektu 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

Parametry

key
String

Klíč prvku, který chcete odebrat.

Návraty

Hodnota true, pokud je element úspěšně odebrán, v opačném případě hodnota false Tato metoda také vrátí false , pokud key nebyla nalezena v původním IDictionary<TKey,TValue>souboru .

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v HttpRequestOptions případě, že je instance přetypovaná na IDictionary<TKey,TValue> rozhraní.

Platí pro