StringValues.ICollection<String>.Clear メソッド

定義

コレクションからすべての項目を削除します。

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

実装

適用対象