Click or drag to resize

DataArrayTToArray Method

Copies the elements to a new array.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public T[] ToArray()

Return Value

T
A new array containing all the elements.
See Also