EnumValueCollection.CopyTo Method

Copies the entire list.

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

Syntax

C#

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

VB

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

Parameters

array

Type: .TwinCAT.TypeSystem.IEnumValue.
The array.

arrayIndex

Type: System.Int32
Index of the array.

Implements

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

Reference

EnumValueCollection Class

TwinCAT.TypeSystem Namespace