S
SStory
I am doing a Generic.Dictionary(of string,myobject)
I need to access the item by key, but also by index. Is this the wrong thing
to use? Should I be using something different.
In other words sometimes I just need item(0), the first item added to the
list, but other times by key.
TIA,
Shane
I need to access the item by key, but also by index. Is this the wrong thing
to use? Should I be using something different.
In other words sometimes I just need item(0), the first item added to the
list, but other times by key.
TIA,
Shane