Hey all,
So after starting on my search engine i came to the conclusion that i needed a array with a string indexer(more about how i builded my search engine when i have some more time :D). So i was thinking a Hashtable (System.Collections.Hashtable) but there was one problem it was not possible to edit a item easily :( So i had to look on and found:
System.Collections.Specialized.NameValueCollection
Witch is basily a array with a string indexer :D
Stupid post aint it :) Happy Netting