System.Xml.Schema.AxisElement.SetDepth C# (CSharp) Méthode

SetDepth() private méthode

private SetDepth ( int depth ) : void
depth int
Résultat void
        internal void SetDepth (int depth) {
            this.rootDepth = this.curDepth = depth;
            return;
        }