Exemple #1
0
 protected internal BlockFormula(string name, INode referrers, ReadOnlyCollection<INode> properties)
     : base(name, referrers, properties)
 {
     ParentBlock = properties.GetParentBlock();
     ChildBlocks = properties.GetChildBlocks();
     Variables = properties.GetVariables();
     Formulas = properties.GetFormulas();
     Result = properties.GetResult();
 }