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