C# Class XCom.RmpEntry

显示文件 Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Methods

Method Description
Equals ( object o ) : bool
GetHashCode ( ) : int
RmpEntry ( byte idx, byte data ) : System
RmpEntry ( byte idx, byte row, byte col, byte height ) : System
Save ( FileStream fs ) : void
ToString ( ) : string
this ( int i ) : Link

Method Details

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

RmpEntry() public method

public RmpEntry ( byte idx, byte data ) : System
idx byte
data byte
return System

RmpEntry() public method

public RmpEntry ( byte idx, byte row, byte col, byte height ) : System
idx byte
row byte
col byte
height byte
return System

Save() public method

public Save ( FileStream fs ) : void
fs System.IO.FileStream
return void

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( int i ) : Link
i int
return Link