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>();
            }
        }