mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
made RaiseEvent use SafeInvoke
This commit is contained in:
parent
a9c830596c
commit
eac28ab062
@ -172,7 +172,7 @@ public static class Extensions
|
||||
return;
|
||||
}
|
||||
|
||||
multiDelegate.GetInvocationList().ForEach(dl => dl.DynamicInvoke(args));
|
||||
multiDelegate.SafeInvoke(args);
|
||||
}
|
||||
|
||||
public static IEnumerable<Type> GetDerivedTypes(this Type type) =>
|
||||
|
Loading…
Reference in New Issue
Block a user