Click or drag to resize
BigListTInsert Method
Inserts an element into the BigList at the specified index.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void Insert(
	long index,
	T item
)

Parameters

index
Type: SystemInt64
The zero-based index at which item should be inserted.
item
Type: T
The object to insert. The value can be null for reference types.
See Also