<< Click to Display Table of Contents >> Navigation: »No topics above this level« TargetObjectCollection.CopyTo Method |
Copies a whole array of objects
[Visual Basic]
Public NotOverridable Sub CopyTo( _
ByVal array As TargetObjectBase, _
ByVal arrayIndex As Integer _
) _
Implements ICollection<TargetObjectBase>.CopyTo
[C#]
public void CopyTo(
TargetObjectBase[] array,
int arrayIndex
);
array
The array to copy.
arrayIndex
The start index.
ICollection<TargetObjectBase>.CopyTo
TargetObjectCollection Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]