System.Xml.Schema.AxisElement.SetDepth C# (CSharp) Метод

SetDepth() приватный Метод

private SetDepth ( int depth ) : void
depth int
Результат void
        internal void SetDepth (int depth) {
            this.rootDepth = this.curDepth = depth;
            return;
        }