Here I will post problems I and my colleagues met and solutions we found.

Tuesday, July 05, 2005

KeyedCollection

Usually generic collections may be found in System.Collection.Generic namespace. But this very useful one, KeyedCollection, I found in System.Collection.ObjectModel.