'Declaration Public Overloads Property Item( _ ByVal index As Integer _ ) As Annotation
public Annotation Item( int index ) {get; set;}
Parameters
- index
- The index of the item.
'Declaration Public Overloads Property Item( _ ByVal index As Integer _ ) As Annotation
public Annotation Item( int index ) {get; set;}