[This is preliminary documentation and is subject to change.]
Adds a collection of items to the set. Only those items not
already in the set are added.
| C# |
public int AddRange( ICollection<T> items )
- items (ICollection<(Of <(<'T>)>)>)
- The collection of items to add.
The number of items actually added.