RemoveAsync Method RemoveAsync(T) Removes an item from the collection. Declaration Task<bool> RemoveAsync(T item) Parameters T item The item. Returns Task<bool> true if the item was removed; otherwise false.