C# Class Queem.Core.Move

显示文件 Open project: Ribtoks/Queem Class Usage Examples

Public Methods

Method Description
Move ( Move from ) : System
Move ( Square start, Square end ) : System
Move ( Square start, Square end, MoveType type ) : System
Move ( string str ) : System
ToString ( ) : string

Method Details

Move() public method

public Move ( Move from ) : System
from Move
return System

Move() public method

public Move ( Square start, Square end ) : System
start Square
end Square
return System

Move() public method

public Move ( Square start, Square end, MoveType type ) : System
start Square
end Square
type MoveType
return System

Move() public method

public Move ( string str ) : System
str string
return System

ToString() public method

public ToString ( ) : string
return string