Click or drag to resize
BigList<T> Constructor (IEnumerable<T>, 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.Generic.IEnumerable<T>
Items to add
collectionCount
Type: System.Int64
Size of list
See Also