Alba.Jaml.MSInternal.XamlParserContext.PushScope C# (CSharp) Метод

PushScope() публичный Метод

public PushScope ( ) : void
Результат void
        public void PushScope ()
        {
            this._stack.PushScope();
            if (this._prescopeNamespaces.Count > 0) {
                this._stack.CurrentFrame.SetNamespaces(this._prescopeNamespaces);
                this._prescopeNamespaces = new Dictionary<string, string>();
            }
        }