Friday, November 19, 2010

How to save multiple arrays in vb.net?

I am trying to a build decision tree in vb.net. Can someone please help me with suggestions on how to save the various nodes as the tree builds and grows bigger.How to save multiple arrays in vb.net?
If you're using .Net 2.0 or above try using generics. A List or Dictionary could work well.



I don't know VB.Net only C# so check out this it could help.

http://www.ondotnet.com/pub/a/dotnet/2004/05/25/whidbey_vbnet_pt2.html

No comments:

Post a Comment