protected override void Compile(Compiler c)
 {
     if (c.Debugger != null)
     {
         c.Debugger.DebugCompile(base.DebugInput);
     }
     this.var = new XslVariableInformation(c);
 }
예제 #2
0
파일: XslVariable.cs 프로젝트: nobled/mono
		protected override void Compile (Compiler c)
		{
			if (c.Debugger != null)
				c.Debugger.DebugCompile (this.DebugInput);

			this.var = new XslVariableInformation (c);
		}