TreeNodeDepth constructor
Creates a TreeNodeDepth with the specified index and count.
Implementation
TreeNodeDepth(this.childIndex, this.childCount);
Creates a TreeNodeDepth with the specified index and count.
TreeNodeDepth(this.childIndex, this.childCount);