System.Xml.Schema.AxisStack.Push C# (CSharp) 메소드

Push() 개인적인 메소드

private Push ( int depth ) : void
depth int
리턴 void
        internal void Push (int depth) {
            AxisElement eaxis = new AxisElement (this.subtree.RootNode, depth);
            this.stack.Add (eaxis);
        }