Gonode.Nodes.Count

Would it be possible to get a property implemented to give a count of Nodes connected to a node? This would allow the easy identification of ‘Leaf’ nodes.

It would be more efficient if you implemented this yourself, because you could stop as soon as you found a second node.

Thanks for the reply, I have already done that. It was just that most other enumerators I’ve come across seem to have a Count property. However, if there is a lot of processing involved to access it, it would not be worth having