Extend Method

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
Extend capacity.

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Extend(
	int newbufsiz
)
Public Sub Extend ( _
	newbufsiz As Integer _
)
public:
void Extend(
	int newbufsiz
)

Parameters

newbufsiz
Int32
New size of byte array to write to.

See Also