T this[ int x, int y ] { get; }
ReadOnly Default Property Item ( x As Integer, y As Integer ) As T Get
property T default[int x, int y] { T get (int x, int y); }
abstract Item : 'T with get
In This Article