Exemplo n.º 1
0
 public NestingContext IncrementNestingContext()
 {
     return(NestingContext.Get(this, m_NestingLevel + 1));
 }
Exemplo n.º 2
0
 public NestingContext ApplyNestingContext(int nestingLevel)
 {
     return(NestingContext.Get(this, nestingLevel));
 }