static void ThrowIfNull([NotNull] object? argument, [CallerArgumentExpression("argument")] string? paramName=null)
static ? MethodInfo GetAddMethod(this EventInfo eventInfo, bool nonPublic)
static ? MethodInfo GetRemoveMethod(this EventInfo eventInfo, bool nonPublic)
static ? MethodInfo GetRemoveMethod(this EventInfo eventInfo)
static ? MethodInfo GetRaiseMethod(this EventInfo eventInfo)
static ? MethodInfo GetRaiseMethod(this EventInfo eventInfo, bool nonPublic)
static ? MethodInfo GetAddMethod(this EventInfo eventInfo)
MethodInfo? GetAddMethod()
MethodInfo? GetRaiseMethod()
MethodInfo? GetRemoveMethod()