Integer indexer.
public ExampleStruct this[int index] { get; }
String indexer.
public ExampleStruct this[string index] { get; }