BananaHook.ReflectionDetourNotifier.InterceptorFuncBuilder.HasNoReturnValue C# (CSharp) Method

HasNoReturnValue() private static method

private static HasNoReturnValue ( MethodInfo mi ) : bool
mi System.Reflection.MethodInfo
return bool
            private static bool HasNoReturnValue(MethodInfo mi)
            {
                return mi.ReturnType == typeof(void);
            }