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