Boo.Lang.Runtime.MethodDispatcherFactory.ResolveMethod C# (CSharp) Méthode

ResolveMethod() private méthode

private ResolveMethod ( Type argumentTypes ) : CandidateMethod
argumentTypes System.Type
Résultat CandidateMethod
        private CandidateMethod ResolveMethod(Type[] argumentTypes)
        {
            return ResolveMethod(argumentTypes, GetCandidates());
        }