TreeNodeDepth constructor

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

Creates a TreeNodeDepth with the specified index and count.

Implementation

TreeNodeDepth(this.childIndex, this.childCount);