C# Class Alexandria.Engines.Creation.RecordField

A field in a ModuleRecord.
Mostra file Open project: Burton-Radons/Alexandria Class Usage Examples

Public Properties

Property Type Description
Size ushort
StartOffset long
Type string

Public Methods

Method Description
RecordField ( BinaryReader reader ) : System

Method Details

RecordField() public method

public RecordField ( BinaryReader reader ) : System
reader System.IO.BinaryReader
return System

Property Details

Size public_oe property

public ushort Size
return ushort

StartOffset public_oe property

public long StartOffset
return long

Type public_oe property

public string Type
return string