Click or drag to resize

WeakReferenceListBaseTInsert Method

Inserts an item at a specified index

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public abstract void Insert(
	int index,
	T item
)

Parameters

index
Type: SystemInt32
insert at this index
item
Type: T
the item being inserted

Implements

IListTInsert(Int32, T)
See Also