C# Class ValueTuples.Sample.Fighter

Inheritance: Unit
显示文件 Open project: ufcpp/UfcppSample Class Usage Examples

Public Methods

Method Description
Fighter ( ) : System
Fighter ( int id, string name, double strength ) : System

Method Details

Fighter() public method

public Fighter ( ) : System
return System

Fighter() public method

public Fighter ( int id, string name, double strength ) : System
id int
name string
strength double
return System