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.IEnumeratorhttp://www.go-mono.com/docs/index.aspx?link=T%3aSystem.Collections.IEnumerator%2f*