C# Class Stack, Deal

Afficher le fichier Open project: hbons/Deal Class Usage Examples

Méthodes publiques

Méthode Description
Decrease ( int i ) : void
GetAmount ( ) : int
Increase ( int i ) : void
Stack ( ) : System

Method Details

Decrease() public méthode

public Decrease ( int i ) : void
i int
Résultat void

GetAmount() public méthode

public GetAmount ( ) : int
Résultat int

Increase() public méthode

public Increase ( int i ) : void
i int
Résultat void

Stack() public méthode

public Stack ( ) : System
Résultat System