Click or drag to resize

DataArrayTSet(Int32, IListT) Method

Sets elements in the array, expanding the array if necessary.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public void Set(
	int index,
	IList<T> items
)

Parameters

index  Int32
Index to start at.
items  IListT
Items to set.
See Also