© 2026 Hedgehog Software, LLC
MyClass[0]
this
public T this[int i] { get => arr[i]; set => arr[i] = value; }