예제 #1
0
 /// <summary>
 /// Exits the <see cref="NestedScope"/> created by calling <see cref="M:EnterNestedScope"/>.
 /// </summary>
 public void Dispose()
 {
     _context.ExitNestedScope();
 }