Click or drag to resize

FndBuffer Constructor (Int32)

Initializes a new instance of the Ifs.Fnd.Buffer.FndBuffer class that is empty and has the specified initial capacity.

Namespace:  Ifs.Fnd.Buffer
Assembly:  Ifs.Fnd.Buffer (in Ifs.Fnd.Buffer.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public FndBuffer(
	int capacity
)

Parameters

capacity
Type: SystemInt32
The number of elements that the new buffer is initially capable of storing.
See Also