HttpRequestOptions.ICollection<KeyValuePair<String,Object>>.Clear Méthode

Définition

Supprime tous les éléments du 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

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance HttpRequestOptions est convertie en ICollection<T> interface.

S’applique à