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

Method Remove:Bool( value:T )

Removes the first value in the list equal to a given value.

Parameters
value value The value to remove.