예제 #1
0
 public WPIDisposable()
 {
   base.\u002Ector();
   WPIDisposable wpiDisposable = this;
   this.pool = (WPIMemoryPool) null;
   this.disposed = false;
   GC.KeepAlive((object) this);
 }
예제 #2
0
 protected internal virtual void setPool(WPIMemoryPool pool)
 {
   this.pool = pool;
 }