Boo.Lang.Compiler.Steps.ProcessMethodBodies.GetMethodInfo C# (CSharp) Метод

GetMethodInfo() приватный статический Метод

private static GetMethodInfo ( IEntity entity ) : MethodInfo
entity IEntity
Результат System.Reflection.MethodInfo
        private static MethodInfo GetMethodInfo(IEntity entity)
        {
            return (MethodInfo)((ExternalMethod) entity).MethodInfo;
        }
ProcessMethodBodies