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