Click or drag to resize
BufferEnsureCapacity Method
Ensures that Capacity >= size.

Namespace: Lawo.IO
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
protected void EnsureCapacity(
	int size
)

Parameters

size
Type: SystemInt32
See Also