OperationParameterInfoCollection::ICollection<OperationParameterInfo^>::CopyTo Method (array<OperationParameterInfo^>^, Int32)

 

Copies the elements of the ICollection<T> to an Array, starting at a particular Array index.

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

private:
virtual void CopyTo(
	array<OperationParameterInfo^>^ array,
	int arrayIndex
) sealed = ICollection<OperationParameterInfo^>::CopyTo

Parameters

array
Type: array<System.Workflow.Activities::OperationParameterInfo^>^

The one-dimensional Array that is the destination of the elements copied from ICollection<T>. The Array must have zero-based indexing.

arrayIndex
Type: System::Int32

The zero-based index in array at which copying begins.

.NET Framework
Available since 3.5
Return to top
Show: