Search
BaseList(E).first Method
See Also
 

Gets the first element of this list.

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

 Syntax

Java  Copy Code

public E first ()

 Return Value

The first element in this list.

 See Also