TreeNodeDepth constructor

TreeNodeDepth(
  1. int childIndex,
  2. int childCount
)

Implementation

TreeNodeDepth(this.childIndex, this.childCount);