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

EmitMethodDispatcher() private méthode

private EmitMethodDispatcher ( CandidateMethod found, Type argumentTypes ) : Dispatcher
found CandidateMethod
argumentTypes System.Type
Résultat Dispatcher
        private Dispatcher EmitMethodDispatcher(CandidateMethod found, Type[] argumentTypes)
        {
            return new MethodDispatcherEmitter(_type, found, argumentTypes).Emit();
        }