Alba.Jaml.MSInternal.XamlParserContext.PushScope C# (CSharp) Méthode

PushScope() public méthode

public PushScope ( ) : void
Résultat void
        public void PushScope ()
        {
            this._stack.PushScope();
            if (this._prescopeNamespaces.Count > 0) {
                this._stack.CurrentFrame.SetNamespaces(this._prescopeNamespaces);
                this._prescopeNamespaces = new Dictionary<string, string>();
            }
        }