Algebra.QL.Print.Stmnt.BlockStmnt.BlockStmnt C# (CSharp) Méthode

BlockStmnt() public méthode

public BlockStmnt ( IPrintStmnt s ) : System.Windows.Documents
s IPrintStmnt
Résultat System.Windows.Documents
        public BlockStmnt(IPrintStmnt s)
        {
            Body = s;
        }