DataTypeCollection.T..CopyTo Method

Copies the data types to the specified array, starting at the array index.

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

DataTypeCollection.T. Class

TwinCAT.TypeSystem.Generic Namespace