Search
BaseList(E).size Method
See Also
 






Returns the number of elements in the list.

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

 Syntax

Java  Copy Code

public int size ()

 Return Value

An integer value.

 See Also