The Wayback Machine - https://web.archive.org/web/20110922000450/http://www.codeguru.com:80/csharp/csharp/cs_syntax/indexers/

    Indexers

    Programming with Partial Classes in VB.NET 2005

    Partial classes separate out all of the plumbing that the .NET form designer adds to forms and give VB.NET programmers the clean code-behind experience they're used to. Learn how to use them.

    Using an Indexer in C#

    Indexers allow objects to be treated like arrays. Learn how to use an indexer with a C# object.