PopScope() private méthode

private PopScope ( ) : void
Résultat void
 private void PopElementScope()
 {
     if (_popScope)
     {
         _scopeManager.PopScope();
         _popScope = false;
     }
 }