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

ResolveMethod() защищенный Метод

protected ResolveMethod ( IType type, string name ) : IMethod
type IType
name string
Результат IMethod
        protected IMethod ResolveMethod(IType type, string name)
        {
            return NameResolutionService.ResolveMethod(type, name);
        }
ProcessMethodBodies