JGR MSTS Editors and Tools
SimisTreeNode Constructor (type, name, children)
NamespacesJgr.IO.ParserSimisTreeNodeSimisTreeNode(String, String, IList<(Of <<'(SimisTreeNode>)>>))

[This is preliminary documentation and is subject to change.]

Constructs a new node with a given Type, Name and collection of children.
Declaration Syntax
C#Visual BasicVisual C++
public SimisTreeNode(
	string type,
	string name,
	IList<SimisTreeNode> children
)
Public Sub New ( _
	type As String, _
	name As String, _
	children As IList(Of SimisTreeNode) _
)
public:
SimisTreeNode(
	String^ type, 
	String^ name, 
	IList<SimisTreeNode^>^ children
)
Parameters
type (String)
The string identifier for this node.
name (String)
An optional name for this node.
children (IList<(Of <(<'SimisTreeNode>)>)>)
A collection of children for this node.

Assembly: JGR.IO.Parser (Module: JGR.IO.Parser) Version: 0.5.4008.31682