Click or drag to resize

BrowseItemBranch(IEnumerableIBrowseItem) Constructor

Constructs a new symbol table root.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public BrowseItemBranch(
	IEnumerable<IBrowseItem> items
)

Parameters

items  IEnumerableIBrowseItem
Child items.
See Also