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 속성은 0이 됩니다.

적용 대상