BigListTTrimToSize Method |
Trims the list and removes all elements above newSize
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void TrimToSize(
long newSize
)
Public Sub TrimToSize (
newSize As Long
)
public:
void TrimToSize(
long long newSize
)
member TrimToSize :
newSize : int64 -> unit
Parameters
- newSize
- Type: SystemInt64
size of new array
See Also