'Declaration Public Overridable Default Property Item( _ ByVal index As System.Integer _ ) As System.Object
public virtual System.object this[ System.int index ]; {get; set;}
Parameters
- index
 - The zero-based index of the element to get or set.
 
'Declaration Public Overridable Default Property Item( _ ByVal index As System.Integer _ ) As System.Object
public virtual System.object this[ System.int index ]; {get; set;}