Value.CopyTo Method (.KeyValuePair.String, Value.., Int32)

Copies the KeyValuePair.TKey, TValue.s of the Value to an Array starting at the specified Array index.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public void CopyTo(
    KeyValuePair<string, Value>[] array,
    int arrayIndex
)

Parameters

array

Type: .System.Collections.Generic.KeyValuePair.String, Value..
The one-dimensional Array that is the destination of the KeyValuePair.TKey, TValue.s copied from the Value. 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

Value Class

CopyTo Overload

TcHmiSrv Namespace