示例#1
0
 /// <summary>
 /// Borrows a wrapped value with the specified key from the pool.
 /// </summary>
 public Disposable <T> BorrowDisposable(K key)
 {
     return(Disposable <T> .Borrow(Borrow(key), release));
 }