removeItemEmit abstract method

bool removeItemEmit(
  1. T item
)

Removes an item from the list. Returns true if the item was found and removed.

Implementation

bool removeItemEmit(T item);