Method Remove
Namespace TallComponents.Interaction
Class Collection<TElement>
Remove a particular element from the collection.
Syntax
public Boolean Remove(TElement element)
Returns
Boolean
Parameters
TElement
element
The element that will be removed.