Exemple #1
0
 public void DecrementNestingLevels()
 {
     if (nesting.Levels == 0)
     {
         return;
     }
     nesting.DecrementLevel();
 }