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