Ejemplo n.º 1
0
 /// <summary>
 /// Disposes the object and returns the object to the pool manager.
 /// </summary>
 public void Dispose()
 {
     _poolManager.ReturnObject(this);
 }