RouteCollection.CopyTo Method

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

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

Syntax

C#

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

Parameters

array

Type: .TwinCAT.Ads.TcpRouter.Route.
The one-dimensional Array that is the destination of the elements copied from ICollection.T.. The Array must have zero-based indexing.

arrayIndex

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

Implements

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

Reference

RouteCollection Class

TwinCAT.Ads.TcpRouter Namespace