Share via


List.addEnd(Object) Method

Definition

Adds a value to the end of the list.

public:
 System::Object ^ addEnd(System::Object ^ _element);
public object addEnd (object _element);
member this.addEnd : obj -> obj
Public Function addEnd (_element As Object) As Object

Parameters

_element
Object

The value to add to the end of the list.

Returns

The value that is added to the list.

Applies to