TypeAttributeCollection.CopyTo Method

Copies to.

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

Syntax

C#

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

VB

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

Parameters

array

Type: .TwinCAT.TypeSystem.ITypeAttribute.
The array.

arrayIndex

Type: System.Int32
Index of the array.

Implements

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

Reference

TypeAttributeCollection Class

TwinCAT.TypeSystem Namespace