Exemplo n.º 1
0
 public void Dispose()
 {
     MyIObjectPool.Return(impl);
     // Prevent continuing use, as the implementation object instance
     // could now be given out.
     impl = null;
 }
Exemplo n.º 2
0
 public void Dispose()
 {
     MyIObjectPool.Return(impl);
 }