klyn.collections.Collection.remove
method
public remove(item as T) as Boolean
Description

Removes the first occurrence of the specified element from the collection.

Parameters
ParameterDescription
itemThe element to remove.
Returns

True if the element was removed, false otherwise.