Boo.Lang.Compiler.Steps.EmitAssembly.TypeCreator.Trace C# (CSharp) 메소드

Trace() 개인적인 메소드

private Trace ( string format ) : void
format string
리턴 void
            void Trace(string format, params object[] args)
            {
                _emitter.Context.TraceVerbose(format, args);
            }