C# Class HaloMap.Map.UnicodeTableReader.sid

The sid.
Show file Open project: troymac1ure/Entity

Public Properties

Property Type Description
id int
size byte

Public Methods

Method Description
sid ( int iid, byte uselessByte, byte isize ) : System.IO

Initializes a new instance of the sid class.

Method Details

sid() public method

Initializes a new instance of the sid class.
public sid ( int iid, byte uselessByte, byte isize ) : System.IO
iid int The iid.
uselessByte byte The useless byte.
isize byte The isize.
return System.IO

Property Details

id public property

The id.
public int id
return int

size public property

The size.
public byte size
return byte