Get last collection element

Namespace:  Hyleos.Common
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

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

See Also