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

实现

适用于