BigListT Constructor (Int64) |
Initializes a new instance of the BigList with specified capacity.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public BigList(
long capacity
)
Public Sub New (
capacity As Long
)
public:
BigList(
long long capacity
)
new :
capacity : int64 -> BigList
Parameters
- capacity
- Type: SystemInt64
Initial capacity.
See Also