Stack.Stack C# (CSharp) 메소드

Stack() 공개 메소드

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