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

Returns a set that includes all items that are greater than or equal to the index value.

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

Syntax

Visual Basic (Declaration)
Public Function TailSet ( _
	from As T _
) As ETreeSet(Of T)
C#
public ETreeSet<T> TailSet (
	T from
)
Visual C++
public:
ETreeSet<T>^ TailSet (
	T from
)

Parameters

from
T type parameter of net.esper.compat.ETreeSet<(Of T>).
Value to index from.

Return Value