ActivityCollection.ICollection<Activity>.Count Property

Definition

Gets the number of elements contained in the 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

Property Value

The number of elements contained in the ICollection<T>.

Implements

Applies to