ActivityCollection.ICollection<Activity>.Count プロパティ

定義

ICollection<T> に格納されている要素の数を取得します。

property int System::Collections::Generic::ICollection<System::Workflow::ComponentModel::Activity>::Count { int get(); };
int System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity>.Count { get; }
member this.System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity>.Count : int
 ReadOnly Property Count As Integer Implements ICollection(Of Activity).Count

プロパティ値

ICollection<T> に格納されている要素の数。

実装

適用対象