OperationParameterInfoCollection::ICollection<OperationParameterInfo^>::CopyTo Method (array<OperationParameterInfo^>^, Int32)
Copies the elements of the ICollection<T> to an Array, starting at a particular Array index.
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.
Implements
ICollection<T>::CopyTo(array<T>^, Int32)
.NET Framework
Available since 3.5
Available since 3.5
Show: