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

VisitLiteralInt32() protected method

protected VisitLiteralInt32 ( QilLiteral n ) : QilNode
n QilLiteral
return QilNode
        protected override QilNode VisitLiteralInt32(QilLiteral n) { return NoReplace(n); }
        protected override QilNode VisitLiteralInt64(QilLiteral n) { return NoReplace(n); }
QilPatternVisitor