Boo.Lang.Runtime.MethodDispatcherEmitter.MethodDispatcherEmitter C# (CSharp) Метод

MethodDispatcherEmitter() публичный Метод

public MethodDispatcherEmitter ( CandidateMethod found ) : System
found CandidateMethod
Результат System
        public MethodDispatcherEmitter(CandidateMethod found, params  Type[] argumentTypes)
            : this(found.Method.DeclaringType, found, argumentTypes)
        {
        }

Same methods

MethodDispatcherEmitter::MethodDispatcherEmitter ( Type owner, CandidateMethod found, Type argumentTypes ) : System