OperationParameterInfoCollection.IList<OperationParameterInfo>.Item[Int32] Property

Definition

Gets or sets the element at the specified index.

property System::Workflow::Activities::OperationParameterInfo ^ System::Collections::Generic::IList<System::Workflow::Activities::OperationParameterInfo>::Item[int] { System::Workflow::Activities::OperationParameterInfo ^ get(int index); void set(int index, System::Workflow::Activities::OperationParameterInfo ^ value); };
System.Workflow.Activities.OperationParameterInfo System.Collections.Generic.IList<System.Workflow.Activities.OperationParameterInfo>.Item[int index] { get; set; }
member this.System.Collections.Generic.IList<System.Workflow.Activities.OperationParameterInfo>.Item(int) : System.Workflow.Activities.OperationParameterInfo with get, set
 Property Item(index As Integer) As OperationParameterInfo Implements IList(Of OperationParameterInfo).Item

Parameters

index
Int32

The zero-based index of the element to get or set.

Property Value

The element at the specified index.

Implements

Applies to