'Declaration
<NotNullAttribute()> Public ReadOnly Property References As List(Of FoundReference)
[NotNull()] public List<FoundReference> References {get;}
[NotNull()] public: property List<FoundReference^>^ References { List<FoundReference^>^ get(); }