コード例 #1
0
 public static void remove_uncaughtError(UncaughtErrorEvents that, Action <UncaughtErrorEvent> value)
 {
     CommonExtensions.RemoveDelegate(that, value, UncaughtErrorEvent.UNCAUGHT_ERROR);
 }
コード例 #2
0
 public static void remove_uncaughtError(UncaughtErrorEvents that, Action<UncaughtErrorEvent> value)
 {
     CommonExtensions.RemoveDelegate(that, value, UncaughtErrorEvent.UNCAUGHT_ERROR);
 }