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