sterbehilfe
✅ Indexer return collection or single object depending on parameter
Yes, you can create your own indexer in your class like this and create a method like "GetCell" for the logic: But for your indexer returning a collection you will need a different signature, because you can't have two indexer with the same parameter types, for example:
44 replies