[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 indexes - not returning an iterator. Client classes should not
change this collection.
Namespace: net.esper.filter
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Indizes As IList(Of FilterParamIndex) |
C# |
---|
public IList<FilterParamIndex> Indizes { get; } |
Visual C++ |
---|
public: property IList<FilterParamIndex^>^ Indizes { IList<FilterParamIndex^>^ get (); } |