[This is preliminary documentation and is subject to change.]
Declaration Syntax
C# | Visual Basic | Visual 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); }
Value
[Missing <value> documentation for "P:Jgr.IO.Parser.SimisTreeNode.Item(System.String)"]
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | If not children have a matching Type (for blocks) or Name (for values). |