[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Copy the parameter list - this also sorts the parameter list.

Namespace: net.esper.filter
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function CopySortParameters ( _
	parameters As IList(Of FilterValueSetParam) _
) As ETreeSet(Of FilterValueSetParam)
C#
public static ETreeSet<FilterValueSetParam> CopySortParameters (
	IList<FilterValueSetParam> parameters
)
Visual C++
public:
static ETreeSet<FilterValueSetParam^>^ CopySortParameters (
	IList<FilterValueSetParam^>^ parameters
)

Parameters

parameters
System.Collections.Generic.IList<(Of T>)
is a list of filter parameters

Return Value

sorted set of filter parameters