Beispiel #1
0
 protected virtual void Dispose(bool disposing)
 {
     if (disposing)
     {
         lifetime.Dispose();
     }
 }
Beispiel #2
0
 /// <summary>
 /// Disposes any <see cref="IDisposable"/> objects owned by this container.
 /// </summary>
 public void Dispose() => _lifetime.Dispose();