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