« Return to Thread: NodeStore

Re: NodeStore

by countcb :: Rate this Message:

Reply to Author | View in Thread


Vladimir Giszpenc-2 wrote:
Is there an easy way to check if a NodeStore contains a Node?
Hi Vlad.

You could get an Enumarator with yourNodeStore.GetEnumerator() and check if there are nodes in it.

Check this links for more info:
http://www.go-mono.com/docs/index.aspx?link=T%3aGtk.NodeStore%2f*
http://www.go-mono.com/docs/index.aspx?link=T%3aSystem.Collections.IEnumerator
http://www.go-mono.com/docs/index.aspx?link=T%3aSystem.Collections.IEnumerator%2f*

 « Return to Thread: NodeStore