Click or drag to resize
BigListTTrimToSize Method
Trims the list and removes all elements above newSize

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void TrimToSize(
	long newSize
)

Parameters

newSize
Type: SystemInt64
size of new array
See Also