Ejemplo n.º 1
0
        public virtual IList <SrcOp> RulePostamble(RuleFunction function, Rule r)
        {
            IList <SrcOp> ops = @delegate.RulePostamble(function, r);

            foreach (CodeGeneratorExtension ext in extensions)
            {
                ops = ext.RulePostamble(ops);
            }

            return(ops);
        }