Edit

Share via


IList<TValue>.push_back(TValue) Method

Definition

Adds a new element to the end of the container.

C#
public void push_back(TValue _Val);

Parameters

_Val
TValue

The value of the element to append to the container.

Remarks

For more information, see list::push_back (STL/CLR).

Applies to