TargetObjectCollection.CopyTo Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TargetObjectCollection.CopyTo Method

BR.AN.PviServices .NET


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

);

Parameters

array

The array to copy.

arrayIndex

The start index.

Implements

ICollection<TargetObjectBase>.CopyTo

See Also

TargetObjectCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]