Search
BaseList(E).last Method
See Also
 

Gets the last element of this list.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public E last ()

 Return Value

The last element in this list.

 See Also