RemoveAllAsync Method
RemoveAllAsync<TItem>(ICollection<TItem>)
Removes all of the elements in the specified collection from this collection.
Declaration
Task<bool> RemoveAllAsync<TItem>(ICollection<TItem> items)
where TItem : T
Parameters
| ICollection<TItem> | items | element collection to be removed |
Returns
| Task<Boolean> |
|
Type Parameters
| TItem | type of elements |