Algebra.QL.Print.Stmnt.BlockStmnt.BlockStmnt C# (CSharp) Метод

BlockStmnt() публичный Метод

public BlockStmnt ( IPrintStmnt s ) : System.Windows.Documents
s IPrintStmnt
Результат System.Windows.Documents
        public BlockStmnt(IPrintStmnt s)
        {
            Body = s;
        }