Boo.Lang.Compiler.Steps.ProcessMethodBodies.GetMethodInfo C# (CSharp) Method

GetMethodInfo() private static method

private static GetMethodInfo ( IEntity entity ) : MethodInfo
entity IEntity
return System.Reflection.MethodInfo
        private static MethodInfo GetMethodInfo(IEntity entity)
        {
            return (MethodInfo)((ExternalMethod) entity).MethodInfo;
        }
ProcessMethodBodies