[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Returns left hand identifier node.
Namespace: net.esper.eql.spec
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property LeftNode As ExprIdentNode |
C# |
---|
public virtual ExprIdentNode LeftNode { get; } |
Visual C++ |
---|
public: virtual property ExprIdentNode^ LeftNode { ExprIdentNode^ get (); } |