Doing some code reading and stumbled upon this snippet that I haven\'t seen before:
public SomeClass { public someInterface this[String strParameter] {
It an implementation of the index operator [ ].
[ ]