[This is preliminary documentation and is subject to change.]
Declaration Syntax
C# | Visual Basic | Visual 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.