InstanceCollection.T..CopyTo Method

Copies this InstanceCollection.T. to the specified array.

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
)

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