Click or drag to resize

BrowseItemBranch Constructor (IEnumerableIBrowseItem)

Constructs a new symbol table root.

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

Parameters

items
Type: System.Collections.GenericIEnumerableIBrowseItem
Child items.
See Also