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
  • item The element to remove.
Returns

True if the element was removed, false otherwise.