ABT.GotoStmt.GotoStmt C# (CSharp) Méthode

GotoStmt() public méthode

public GotoStmt ( String label ) : System
label String
Résultat System
        public GotoStmt(String label) {
            this.Label = label;
        }