ExampleStruct indexer (1 of 2)

Integer indexer.

public ExampleStruct this[int index] { get; }

See Also


ExampleStruct indexer (2 of 2)

String indexer.

public ExampleStruct this[string index] { get; }

See Also