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