MetaType.ArrayLengthReadLimit
Gl237man opened this issue · 3 comments
Gl237man commented
how set MetaType.ArrayLengthReadLimit?
AqlaSolutions commented
RuntimeTypeModel.Default.Add(type, true).ArrayLengthReadLimit = x
AqlaSolutions commented
As alternative you can use List<T>
without modifying settings.
Gl237man commented
Thank you, it helped me a lot.