Click or drag to resize
BigListTRemoveAt Method
Removes the element at the specified index of the BigList.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void RemoveAt(
	long index
)

Parameters

index
Type: SystemInt64
The zero-based index of the element to remove.
See Also