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