Search
BaseList(E).get Method
See Also
 






Returns the element at the specified position in the list.

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public E get (
    int index
)

 Parameters

index

The 0-based index of the element to get.

 Return Value

The element at the specified index.

 See Also