System.Xml.Xsl.XsltOld.DbgCompiler.TextEventDbg.TextEventDbg C# (CSharp) Method

TextEventDbg() public method

public TextEventDbg ( Compiler compiler ) : System
compiler Compiler
return System
            public TextEventDbg(Compiler compiler) : base(compiler) {
                dbgData = new DbgData(compiler);
            }
            public override bool Output(Processor processor, ActionFrame frame) {
DbgCompiler.TextEventDbg