Algebra.QL.Extensions.Print.Stmnt.RepeatStmnt.RepeatStmnt C# (CSharp) Method

RepeatStmnt() public method

public RepeatStmnt ( IPrintExpr expr, IPrintStmnt body ) : System.Windows
expr IPrintExpr
body IPrintStmnt
return System.Windows
        public RepeatStmnt(IPrintExpr expr, IPrintStmnt body)
        {
            Expression = expr;
            Body = body;
        }