IListExt Interface |
Namespace: Demo3D.PLC.Comms
public interface IListExt : IList, ICollection, IEnumerable
| Name | Description | |
|---|---|---|
| Set(Int32, IList) |
Sets elements in the list, expanding the list if necessary.
| |
| Set(Int32, IList, Int32, Int32) |
Sets elements in the list, expanding the list if necessary.
|