The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OperationParameterInfoCollection::IList<OperationParameterInfo^>::Item Property (Int32)
Gets or sets the element at the specified index.
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
private: property OperationParameterInfo^ default[ int index ] { virtual OperationParameterInfo^ get(int index) sealed = IList<OperationParameterInfo^>::default::get; virtual void set(int index, OperationParameterInfo^ value) sealed = IList<OperationParameterInfo^>::default::set; }
Parameters
- index
-
Type:
System::Int32
The zero-based index of the element to get or set.
Property Value
Type: System.Workflow.Activities::OperationParameterInfo^The element at the specified index.
Implements
IList<T>::Item[Int32]
.NET Framework
Available since 3.5
Available since 3.5
Show: