'Declaration Public Shadows Default Property Item( _ ByVal index As System.Integer _ ) As Element
public new Element this[ System.int index ]; {get; set;}
Parameters
- index
- Index of the element to get or set.
'Declaration Public Shadows Default Property Item( _ ByVal index As System.Integer _ ) As Element
public new Element this[ System.int index ]; {get; set;}