StructReader Constructor

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
Create instance of StructReader.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public StructReader(
	byte[] ba
)
Public Sub New ( _
	ba As Byte() _
)
public:
StructReader(
	array<unsigned char>^ ba
)

Parameters

ba
array<Byte>[]()[][]
Byte array to read from.

See Also