Class TreeCollectionStats
Tree collection statistics
public class TreeCollectionStats
Inheritance
Properties
AverageChildrenPerNode
public double AverageChildrenPerNode { get; set; }
LeafNodes
public int LeafNodes { get; set; }
MaxDepth
public int MaxDepth { get; set; }
OrphanNodes
public int OrphanNodes { get; set; }
RootNodes
public int RootNodes { get; set; }
TotalNodes
public int TotalNodes { get; set; }