std
:
std.collections
.
List<T>
.AddLast
Method AddLast:
List
<T>.
Node
( value:T )
Adds a value to the end of the list.
Parameters
value
value The value to add to the list.