ABT.GotoStmt.GotoStmt C# (CSharp) 메소드

GotoStmt() 공개 메소드

public GotoStmt ( String label ) : System
label String
리턴 System
        public GotoStmt(String label) {
            this.Label = label;
        }