Returns the id of the node (for simpler identification).
Namespace:
SingularSys.Jep.ParserAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public int Id { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Id As Integer |
| Visual C++ |
|---|
public: property int Id { int get (); } |