I\'ve seen lot of examples for c# Indexers, but in what way will it help me in real life situations.
I know the C# guru wouldn\'t have added this if it wasn\'t a ser
Once .NET got generics, the biggest reason for me to implement an indexer (to implement a strongly-typed collection) went away.