Exemplo n.º 1
0
 // _strategy can be null only when ctor has thrown
 protected override void Dispose(bool disposing) => _strategy?.DisposeInternal(disposing);
Exemplo n.º 2
0
 protected override void Dispose(bool disposing)
 {
     _strategy?.DisposeInternal(disposing); // null _strategy possible in finalizer
 }