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

DefaultStmt() public méthode

public DefaultStmt ( Stmt stmt ) : System
stmt Stmt
Résultat System
        public DefaultStmt(Stmt stmt) {
            this.Stmt = stmt;
        }