Click or drag to resize

DataArrayTSet Method (Int32, IListT, Int32, Int32)

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,
	int itemsIndex,
	int count
)

Parameters

index
Type: SystemInt32
Index to start at.
items
Type: System.Collections.GenericIListT
Items to set.
itemsIndex
Type: SystemInt32
Index into items of first item to set.
count
Type: SystemInt32
Number of items to set.
See Also