BananaHook.ReflectionDetourNotifier.InterceptorFuncBuilder.HasNoReturnValue C# (CSharp) Méthode

HasNoReturnValue() private static méthode

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