'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As Annotation
public Annotation this[ int index ]; {get;}
Parameters
- index
- The location of the item.
'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As Annotation
public Annotation this[ int index ]; {get;}