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