Adds a range of entities to this collection.

C# | Visual Basic |
public void AddRange( IEnumerable<TEntity> collection )
Public Sub AddRange ( _ collection As IEnumerable(Of TEntity) _ )

- collection (IEnumerable<(Of <(TEntity>)>))
- The collection of entities to add.