C# Class myserver.Person, agnos

Inheritance: FeatureTest.IPerson
Afficher le fichier Open project: tomerfiliba/agnos

Méthodes publiques

Méthode 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 méthode

public Person ( string name, FeatureTest father, FeatureTest mother ) : System
name string
father FeatureTest
mother FeatureTest
Résultat System

divorce() public méthode

public divorce ( ) : void
Résultat void

marry() public méthode

public marry ( FeatureTest partner ) : void
partner FeatureTest
Résultat void

think() public méthode

public think ( double a, double b ) : double
a double
b double
Résultat double