Good documentation is important for any application, and it starts with documenting your code. It helps you and it helps your users. It's no secret that I believe documentation is a crucial element of ...
Here's the simplest possible code for creating a custom collection class in the Microsoft .NET Framework that includes support for For…Each loops, an indexer method and initializing collections with { ...