InstanceCollection.T..CopyTo Method

Copies this InstanceCollection.T. to the specified array.

Namespace:  TwinCAT.TypeSystem.Generic
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public void CopyTo(
    T[] array,
    int arrayIndex
)

VB

Public Sub CopyTo ( 
    array As T(),
    arrayIndex As Integer
)

Parameters

array

Type: .T.
The array.

arrayIndex

Type: System.Int32
Index of the array.

Implements

ICollection.T..CopyTo(.T., Int32)

Reference

InstanceCollection.T. Class

TwinCAT.TypeSystem.Generic Namespace