In C#, what's the syntax for declaring an indexer as part of an interface? Is it still this[ ]? Something feels odd about using the this keyword in an interface.
|
|
|
||
|
|
|
|
It is - it's pretty odd syntax at other times if you ask me! But it works. You have to declare the |
||
|
|
|
|
I know what you mean but, yes, this is correct. Here are the docs. |
||
|
|
