How can I use an array with strings as indexes? For example:
string Title = Book["Title"];
Is it part of the .NET framework/CLR?
This is a discussion on STL map<> Equivalent within the C# Programming forums, part of the General Programming Boards category; How can I use an array with strings as indexes? For example: string Title = Book["Title"]; Is it part of ...
How can I use an array with strings as indexes? For example:
string Title = Book["Title"];
Is it part of the .NET framework/CLR?
System.Collections.Hashtable or SortedList would do the trick I guess![]()
hth
-nv
She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."
When in doubt, read the FAQ.
Then ask a smart question.