- Declared in: RT.Util.Collections.ListSorted<T>
- Implements: ICollection<T>.Remove(T)
Declaration
public bool Remove(
T item
)
Summary
Removes the FIRST occurrence of the specified item from the list. Returns true if the item was removed, or
false if it wasn't found.