DataArrayTSet Method (Int32, IListT) |
Sets elements in the array, expanding the array if necessary.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 14.0.0.10531
Syntaxpublic 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