Table of Contents

Method CopyTo

Namespace
Skyline.DataMiner.Core.InterAppCalls.Common.CallBulk
Assembly
Skyline.DataMiner.Core.InterAppCalls.Common.dll

CopyTo(Message[], int)

Copies the full content of this collection to a different one.

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

Parameters

array Message[]

The target collection to copy into.

arrayIndex int

The index to start from on the destination collection.