Value.CopyTo Method (.KeyValuePair.String, Value.., Int32)
Copies the KeyValuePair.TKey, TValue.s of the Value to the specified Array, starting at the specified index.
Namespace: TcHmiSrv.Core
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public void CopyTo(
KeyValuePair<string, Value>[] array,
int arrayIndex
)
Parameters
array |
Type: .System.Collections.Generic.KeyValuePair.String, Value.. |
arrayIndex |
Type: System.Int32 |