Adds a range of entities to this collection.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

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

Parameters

collection
Type: System.Collections.Generic..::.IEnumerable<(Of <(TEntity>)>)
The collection of entities to add.

See Also