Endianess Property

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
Byte order. Default is little endian.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public Endian Endianess { get; set; }
Public Property Endianess As Endian
	Get
	Set
public:
property Endian Endianess {
	Endian get ();
	void set (Endian value);
}

See Also