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