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