OperationParameterInfoCollection::ICollection<OperationParameterInfo^>::Count Property

 

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

Namespace:   System.Workflow.Activities
Assembly:  System.WorkflowServices (in System.WorkflowServices.dll)

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

Property Value

Type: System::Int32

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

.NET Framework
Available since 3.5
Return to top
Show: