OperationParameterInfoCollection.ICollection<OperationParameterInfo>.Count Property

Definition

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

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

Property Value

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

Implements

Applies to