what is the purpose of indexer?
what is the purpose of indexer?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Jul 14, 2013, 4:58 PM
http://www.dotnetperls.com/indexer
http://www.codeproject.com/Articles/11760/Understanding-Indexer-in-C
Iftikar HussainPosted Jul 14, 2013, 5:14 AM
Indexers let you get a reference to an object in a collection without having to traverse the whole collections.
Regards,
Iftikar