public T this[ int index ] { get; }
Public ReadOnly Default Property Item ( _ index As Integer _ ) As T Get
public: property T default[int^ index] { T get (int^ index); }