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

BeginEventDbg() public method

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