PopScope() приватный Метод

private PopScope ( ) : void
Результат void
Пример #1
0
 private void PopElementScope()
 {
     if (_popScope)
     {
         _scopeManager.PopScope();
         _popScope = false;
     }
 }