Click or drag to resize

DataArrayTSet Method (Int32, IListT)

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

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

Parameters

index
Type: SystemInt32
Index to start at.
items
Type: System.Collections.GenericIListT
Items to set.
See Also