[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 list of child nodes.
Namespace: net.esper.pattern
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property ChildNodes As ELinkedList(Of EvalNode) |
C# |
---|
public ELinkedList<EvalNode> ChildNodes { get; } |
Visual C++ |
---|
public: property ELinkedList<EvalNode^>^ ChildNodes { ELinkedList<EvalNode^>^ get (); } |