List.addEnd Method

Adds a value to the end of the list.

Syntax

public anytype addEnd(anytype element)

Run On

Called

Parameters

  • element
    Type: anytype
    The value to add to the end of the list.

Return Value

Type: anytype
The value that is added to the list.

See Also

List Class

List.addStart Method

ListIterator.insert Method