HttpRequestOptions.ICollection<KeyValuePair<String,Object>>.Clear Methode

Definition

Entfernt alle Elemente aus dem ICollection<T>.

 virtual void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Clear() = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>::Clear;
void ICollection<KeyValuePair<string,object>>.Clear();
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Clear : unit -> unit
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Clear : unit -> unit
Sub Clear () Implements ICollection(Of KeyValuePair(Of String, Object)).Clear

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die HttpRequestOptions Instanz in eine ICollection<T> Schnittstelle umgegossen wird.

Gilt für: