PopScope() private method

private PopScope ( ) : void
return void
Ejemplo n.º 1
0
 private void PopElementScope()
 {
     if (_popScope)
     {
         _scopeManager.PopScope();
         _popScope = false;
     }
 }