Exemplo n.º 1
0
 public int MaxNestingLevel()
 {
     return(IsRegular ? NestingLvl : Math.Max(Item1.MaxNestingLevel(), Item2.MaxNestingLevel()));
 }