ActivityCollection::ICollection<Activity^>::Count Property

 

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

Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

private:
property int Count {
	virtual int get() sealed = ICollection<Activity^>::Count::get;
}

Property Value

Type: System::Int32

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

.NET Framework
Available since 3.0
Return to top
Show: