Boo.Lang.Compiler.Steps.EmitAssembly.GetConstructedMethodInfo C# (CSharp) Метод

GetConstructedMethodInfo() приватный Метод

private GetConstructedMethodInfo ( IType targetType, MethodInfo mi ) : MethodInfo
targetType IType
mi System.Reflection.MethodInfo
Результат System.Reflection.MethodInfo
        MethodInfo GetConstructedMethodInfo(IType targetType, MethodInfo mi)
        {
            return TypeBuilder.GetMethod(GetSystemType(targetType), mi);
        }

Same methods

EmitAssembly::GetConstructedMethodInfo ( IConstructedMethodInfo constructedInfo ) : MethodInfo
EmitAssembly