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); }
member Item : 'T with get
/** @property */ public T get_Item( int index )
function get_Item(index);