Click or drag to resize

WeakReferenceListBase<T>.InsertRange Method

Inserts the elements of the given collection at a given index.

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

Parameters

index
Type: System.Int32
start insert at this index
collection
Type: System.Collections.Generic.IEnumerable<T>
to be inserted
See Also