Click or drag to resize

VelocityDbListTInsert Method (Int32, T, Int32)

Inserts an item at a specified index

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public virtual void Insert(
	int index,
	T item,
	int maxArraySize
)

Parameters

index
Type: SystemInt32
insert at this index
item
Type: T
the item being inserted
maxArraySize
Type: SystemInt32
Restrict array growth to this maximum size (if array needs to grow)
See Also