VendingMachine.Model.CreditPool.CreditPool C# (CSharp) Method

CreditPool() public method

public CreditPool ( ) : System
return System
        public CreditPool()
        {
            this.Clear();
        }

Same methods

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