ABT.GotoStmt.GotoStmt C# (CSharp) Method

GotoStmt() public method

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