public
interface
ISomeInterface
{
//...
// Indexer declaration:
string
this
[
int
index
]
{
get
;
set
;
}
}