Search
BaseList(E).remove Method (Int32)
See Also
 






Removes the first occurrence of the specified element from this list.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public E remove (
    int index
)

 Parameters

index

An element which must be removed from the list.

 Return Value

The removed element.

 See Also