OperationParameterInfoCollection::IList<OperationParameterInfo^>::Item Property (Int32)

 

Gets or sets the element at the specified index.

Namespace:   System.Workflow.Activities
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.

.NET Framework
Available since 3.5
Return to top
Show: