.net - finding index of the last node of a treeview C# -


i trying copy treeview new 1 except last node , children. wrote for loop so. want limit for loop above till last node. need know last node's index. how can find it?

as lars kristensen mentioned:

for(int = 0; < (nodes.length - 1); i++) 

Comments