Want to show your appreciation?
Please a cup of tea.

Friday, December 04, 2009

Class Diagram For Major Collection Interfaces in .Net

Today, I want to show somebody a class diagram for major collection interfaces in .Net. I created one after failed Googling one. So here it is.

CollectionInterfaces

And below for enumerators. I hope I can show “has a” relationship but VS 2008 doesn’t let me do it. So I placed them side by side to show enumerable has enumerator.

EnumeratorInterfaces