You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently one has to explicitly specify the generic parameter for ArrayCollection and ModelArray (and possibly others), e.g. new ArrayCollection<Person>(Person) instead of new ArrayCollection(Person). Otherwise the type is a generic ArrayCollection<Model>.
The text was updated successfully, but these errors were encountered:
Currently one has to explicitly specify the generic parameter for
ArrayCollection
andModelArray
(and possibly others), e.g.new ArrayCollection<Person>(Person)
instead ofnew ArrayCollection(Person)
. Otherwise the type is a genericArrayCollection<Model>
.The text was updated successfully, but these errors were encountered: