P Piotr Dobrowolski Mar 5, 2006 #2 Dnia 05-03-2006 o 20:39:27 Lee said: Hi, are there equivalents in c# as java vectors and hashmaps? Click to expand... [PD] I'm not a Java expert but I think you should look at Hashtable and ArrayList in .NET 1.0/1.1 and generic Dictionary and List in .NET 2.0.
Dnia 05-03-2006 o 20:39:27 Lee said: Hi, are there equivalents in c# as java vectors and hashmaps? Click to expand... [PD] I'm not a Java expert but I think you should look at Hashtable and ArrayList in .NET 1.0/1.1 and generic Dictionary and List in .NET 2.0.
M Michael Nemtsev Mar 5, 2006 #3 Hello lee, ArrayList and Hashtable? or Dictionary and List There is a description of data structures in .NET 2.0 http://msdn.microsoft.com/vcsharp/d...rary/en-us/dnvs05/html/datastructures20_1.asp you can find what's most apt for you l> are there equivalents in c# as java vectors and hashmaps? --- WBR, Michael Nemtsev :: blog: http://spaces.msn.com/laflour "At times one remains faithful to a cause only because its opponents do not cease to be insipid." (c) Friedrich Nietzsch
Hello lee, ArrayList and Hashtable? or Dictionary and List There is a description of data structures in .NET 2.0 http://msdn.microsoft.com/vcsharp/d...rary/en-us/dnvs05/html/datastructures20_1.asp you can find what's most apt for you l> are there equivalents in c# as java vectors and hashmaps? --- WBR, Michael Nemtsev :: blog: http://spaces.msn.com/laflour "At times one remains faithful to a cause only because its opponents do not cease to be insipid." (c) Friedrich Nietzsch