Boo.Lang.Compiler.Steps.ProcessMethodBodies.TraceReturnType C# (CSharp) Метод

TraceReturnType() приватный Метод

private TraceReturnType ( Method method, IMethod tag ) : void
method Method
tag IMethod
Результат void
        void TraceReturnType(Method method, IMethod tag)
        {
            _context.TraceInfo("{0}: return type for method {1} bound to {2}", method.LexicalInfo, method.Name, tag.ReturnType);
        }
ProcessMethodBodies