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