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: 6.0.328+39e3229
Syntax
C#
public void CopyTo(
T[] array,
int arrayIndex
)
Implements
ICollection.T..CopyTo(.T., Int32)