ABT.DefaultStmt.DefaultStmt C# (CSharp) Method

DefaultStmt() public method

public DefaultStmt ( Stmt stmt ) : System
stmt Stmt
return System
        public DefaultStmt(Stmt stmt) {
            this.Stmt = stmt;
        }