'Declaration
<NotNullAttribute()> Public ReadOnly Property ReferencingObjects As ReadOnlyCollection(Of ObjectLinkInfo)
[NotNull()] public ReadOnlyCollection<ObjectLinkInfo> ReferencingObjects {get;}
[NotNull()] public: property ReadOnlyCollection<ObjectLinkInfo^>^ ReferencingObjects { ReadOnlyCollection<ObjectLinkInfo^>^ get(); }