System.Xml.Xsl.Qil.QilPatternVisitor.VisitFunctionList C# (CSharp) Method

VisitFunctionList() protected method

protected VisitFunctionList ( QilList n ) : QilNode
n QilList
return QilNode
        protected override QilNode VisitFunctionList(QilList n) { return NoReplace(n); }
        protected override QilNode VisitGlobalVariableList(QilList n) { return NoReplace(n); }
QilPatternVisitor