Boo.Lang.Compiler.Steps.ProcessMethodBodies.ResolveMethod C# (CSharp) Méthode

ResolveMethod() protected méthode

protected ResolveMethod ( IType type, string name ) : IMethod
type IType
name string
Résultat IMethod
        protected IMethod ResolveMethod(IType type, string name)
        {
            return NameResolutionService.ResolveMethod(type, name);
        }
ProcessMethodBodies