Example #1
0
 /// <summary>
 /// Pops a namespace scope off the stack.
 /// </summary>
 /// <returns>
 /// true if there are namespace scopes left on the stack; false if there are no more namespaces to pop.
 /// </returns>
 public override bool PopScope()
 {
     return(_baseContext.PopScope());
 }