ActivityCollection::ICollection::CopyTo Method (Array^, Int32)
.NET Framework (current version)
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- array
-
Type:
System::Array^
The Array which is the target of the copy operation.
- index
-
Type:
System::Int32
The zero-based index within the ICollection where the copy starts.
Implements
ICollection::CopyTo(Array^, Int32)
.NET Framework
Available since 3.0
Available since 3.0
Show: