コード例 #1
0
 protected virtual void Dispose()
 {
     _owner = null;
     if (Config.ObjectPooling != PoolType.None)
     {
         _pool.Push(this);
     }
 }
コード例 #2
0
 public static void AddUnhandledException(UnhandledException exception)
 {
     _unhandledExceptions.Push(exception);
 }