[This is preliminary documentation and is subject to change.]
public T this[ int p_index ] { get; set; }
Public Default Property Item ( _ p_index As Integer _ ) As T
public: virtual property T default[int p_index] { T get (int p_index) sealed; void set (int p_index, T value) sealed; }