Data Access, Properties, and Methods
- slide 13 : 29
Indexers in C#
Indexers allow access to data in an object with use of array notation
A Class A with an indexer.
A client of A which uses the indexer of A.
Output from Main in class B.
The class BitArray.
A client of class BitArray.
C# operator table