Click or drag to resize
BigListT Constructor (IEnumerableT, Int64)
Initialize a new big list with a collection and known size.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public BigList(
	IEnumerable<T> collection,
	long collectionCount
)

Parameters

collection
Type: System.Collections.GenericIEnumerableT
Items to add
collectionCount
Type: SystemInt64
Size of list
See Also