Click or drag to resize
BigListT Constructor (Int64)
Initializes a new instance of the BigList with specified capacity.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public BigList(
	long capacity
)

Parameters

capacity
Type: SystemInt64
Initial capacity.
See Also