PopScope() private method

private PopScope ( ) : void
return void
Example #1
0
 private void PopElementScope()
 {
     if (_popScope)
     {
         _scopeManager.PopScope();
         _popScope = false;
     }
 }