C# Class VendingMachine.Model.CreditPool

Show file Open project: posaunehm/Codersation Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
CreditPool ( ) : System
CreditPool ( int>.IEnumerable inCredits ) : System

Method Details

Clear() public method

public Clear ( ) : void
return void

CreditPool() public method

public CreditPool ( ) : System
return System

CreditPool() public method

public CreditPool ( int>.IEnumerable inCredits ) : System
inCredits int>.IEnumerable
return System