Method AddRange

AddRange(IEnumerable<T?>?)

Adds the given items to the collector

Declaration
bool AddRange(IEnumerable<in T?>? items)
Parameters
Type Name Description
IEnumerable<T> items

The collection of items to add

Returns
Type Description
bool

True if any of the given items hasn't been found in the collector and has been successfully added

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next