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