List.addEnd(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.