'Declaration
Public ReadOnly Property Annotations As ObservableCollection(Of IAnnotationBase)
'Usage
Dim instance As AnnotationLayer Dim value As ObservableCollection(Of IAnnotationBase) value = instance.Annotations
public ObservableCollection<IAnnotationBase> Annotations {get;}
public: property ObservableCollection<IAnnotationBase^>^ Annotations { ObservableCollection<IAnnotationBase^>^ get(); }