'Declaration
<System.ComponentModel.ReadOnlyAttribute(True)> Public ReadOnly Property References As NotifyPropertyCollection(Of NamedTimeRef)
'Usage
Dim instance As NamedTime Dim value As NotifyPropertyCollection(Of NamedTimeRef) value = instance.References
[System.ComponentModel.ReadOnly(true)] public NotifyPropertyCollection<NamedTimeRef> References {get;}