Scorpio.ScriptExtensions.GetMethodInfo C# (CSharp) Method

GetMethodInfo() public static method

public static GetMethodInfo ( this del ) : MethodInfo
del this
return System.Reflection.MethodInfo
        public static MethodInfo GetMethodInfo(this Delegate del) {
            return del.Method;
        }
#endif