System.Xml.Schema.AxisStack.Push C# (CSharp) Méthode

Push() private méthode

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