System.Xml.Xsl.Xslt.QilGenerator.CompileInstructions C# (CSharp) Method

CompileInstructions() private method

private CompileInstructions ( IList instructions ) : QilNode
instructions IList
return QilNode
        private QilNode CompileInstructions(IList<XslNode> instructions)
        {
            return CompileInstructions(instructions, 0, InstructionList());
        }

Same methods

QilGenerator::CompileInstructions ( IList instructions, QilList content ) : QilNode
QilGenerator::CompileInstructions ( IList instructions, int from ) : QilNode
QilGenerator::CompileInstructions ( IList instructions, int from, QilList content ) : QilNode
QilGenerator