TcAdsSymbolInfoCollection.CopyTo Method

Copies the elements of the collection to an Array, starting at a particular Array index.

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

Syntax

C#

public virtual void CopyTo(
    Array array,
    int index
)

VB

Public Overridable Sub CopyTo ( 
    array As Array,
    index As Integer
)

Parameters

array

Type: System.Array
The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.

index

Type: System.Int32
The zero-based index in array at which copying begins.

Implements

ICollection.CopyTo(Array, Int32)

Reference

TcAdsSymbolInfoCollection Class

TwinCAT.Ads Namespace