Exemplo n.º 1
0
 public static int GetWidth(this SourceNode node)
 {
     // TODO remove this after SourceNode has this method itself
     return(node.DescendantsAndSelf().Count());
 }