Stack.Stack C# (CSharp) Method

Stack() public method

public Stack ( ) : System
return System
    public Stack()
    {
        Amount = 1000;
    }