+ 1
Indexers are a little confusing. I'm not sure I know what their uses are?
2 ответов
+ 3
indexers allows instance of a class to be indexed like an array
in the example they have declared names[] private(encapsulation principle)of ten elements, since we need to access to each element to modify it (set or get) you need to define an indexer
dddoooy@gmail.com
+ 1
indexers are useful mostly in collection classes