JGR MSTS Editors and Tools
Item Property (type)
NamespacesJgr.IO.ParserSimisTreeNodeItem[([( String])])

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

Finds and returns the first child with a matching Type (for blocks) or Name (for values).
Declaration Syntax
C#Visual BasicVisual C++
public SimisTreeNode this[
	string type
] { get; }
Public ReadOnly Default Property Item ( _
	type As String _
) As SimisTreeNode
	Get
public:
property SimisTreeNode^ default[String^ type] {
	SimisTreeNode^ get (String^ type);
}
Parameters
type (String)
The Type (for blocks) or Name (for values) to find in the children.
Value

[Missing <value> documentation for "P:Jgr.IO.Parser.SimisTreeNode.Item(System.String)"]

Return Value
The first SimisTreeNode child with a matching Type (for blocks) or Name (for values).
Exceptions
ExceptionCondition
ArgumentExceptionIf not children have a matching Type (for blocks) or Name (for values).

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