Example #1
0
 public List <int> Topology()
 {
     return(_nodeOrder.inOrder().ConvertAll(item => item.N));
 }