C# Class Stack, Deal

Exibir arquivo Open project: hbons/Deal Class Usage Examples

Public Methods

Method Description
Decrease ( int i ) : void
GetAmount ( ) : int
Increase ( int i ) : void
Stack ( ) : System

Method Details

Decrease() public method

public Decrease ( int i ) : void
i int
return void

GetAmount() public method

public GetAmount ( ) : int
return int

Increase() public method

public Increase ( int i ) : void
i int
return void

Stack() public method

public Stack ( ) : System
return System