std:std.collections.List<T>.Add

Method Add:Void( value:T )

Adds a value to the end of the list.

This method behaves identically to AddLast.

Parameters
value value The value to add.