C# Class Demo.Account

Afficher le fichier Open project: andrewdavey/FluentTest Class Usage Examples

Méthodes publiques

Méthode Description
Account ( string name ) : System
Deposit ( int amount ) : void
Transfer ( int amount, Account account ) : void

Method Details

Account() public méthode

public Account ( string name ) : System
name string
Résultat System

Deposit() public méthode

public Deposit ( int amount ) : void
amount int
Résultat void

Transfer() public méthode

public Transfer ( int amount, Account account ) : void
amount int
account Account
Résultat void