Click or drag to resize

WeakReferenceListBaseTAddRange Method

Adds the elements of the given collection to the end of this list.

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public abstract void AddRange(
	IEnumerable<T> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableT
to be added
See Also