Click or drag to resize

DataArrayTToArray Method

Copies the elements to a new array.

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

Return Value

Type: T
A new array containing all the elements.
See Also