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

Gets the last item in the set.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Last As T
C#
public T Last { get; }
Visual C++
public:
property T Last {
	T get ();
}