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
)