[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)
Remove and return first index.
Namespace: net.esper.filter
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function RemoveFirst As Pair(Of FilterParamIndex, Object) |
C# |
---|
public Pair<FilterParamIndex, Object> RemoveFirst () |
Visual C++ |
---|
public: Pair<FilterParamIndex^, Object^>^ RemoveFirst () |