Click or drag to resize

IListExt Interface

Extensions to IList.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public interface IListExt : IList, 
	ICollection, IEnumerable
Methods
  NameDescription
Public methodSet(Int32, IList)
Sets elements in the list, expanding the list if necessary.
Public methodSet(Int32, IList, Int32, Int32)
Sets elements in the list, expanding the list if necessary.
Top
See Also