Select Page
Lesson 11: Indexers

Lesson 11: Indexers

This lesson teaches C# Indexers. Our objectives are as follows: Understand What Indexers Are For. Implement an Indexer. Overload Indexers. Understand How to Implement Multi-Parameter Indexers. Indexers allow your class to be used just like an array. On the inside of a...