ActivityCollection.ICollection<Activity>.Clear 方法

定義

清除 IList 所有的活動。

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

實作

備註

在完成這個作業後,Count 屬性為零。

適用於