Collections provide a way to store arbitrary objects in a structured fashion, and we all know how useful they are in everyday programming. The .NET class library offers an embarrassment of collection ...
It can be used to store multiple items of type Object, along with an associated unique string key. Ideal for situations where large amount of relatively static data will be repeatedly searched for ...