Click or drag to resize
BigListTAdd Method
Adds an object to the end of the BigList.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void Add(
	T item
)

Parameters

item
Type: T
The object to be added to the end of the BigList.
See Also