std.collections.List.Add - nitrologic/monkey2 GitHub Wiki

std::std.collections.std.collections.List.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.