EnumValueCollection.T..CopyTo Method

Copies the entire list.

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public void CopyTo(
    EnumValue<T>[] array,
    int arrayIndex
)

Parameters

array

Type: .TwinCAT.TypeSystem.EnumValue.T..
The array.

arrayIndex

Type: System.Int32
Index of the array.

Implements

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

Reference

EnumValueCollection.T. Class

TwinCAT.TypeSystem Namespace