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

VisitLiteralInt64() protected method

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