Real world use cases for C# indexers?

后端 未结 14 1500
时光说笑
时光说笑 2020-12-04 15:26

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

14条回答
  •  既然无缘
    2020-12-04 16:01

    Once .NET got generics, the biggest reason for me to implement an indexer (to implement a strongly-typed collection) went away.

提交回复
热议问题