C# Class myserver.Person, agnos

Inheritance: FeatureTest.IPerson
Datei anzeigen Open project: tomerfiliba/agnos

Public Methods

Method Description
Person ( string name, FeatureTest father, FeatureTest mother ) : System
divorce ( ) : void
marry ( FeatureTest partner ) : void
think ( double a, double b ) : double

Method Details

Person() public method

public Person ( string name, FeatureTest father, FeatureTest mother ) : System
name string
father FeatureTest
mother FeatureTest
return System

divorce() public method

public divorce ( ) : void
return void

marry() public method

public marry ( FeatureTest partner ) : void
partner FeatureTest
return void

think() public method

public think ( double a, double b ) : double
a double
b double
return double