Chris Howie wrote:
> 
> 
> NonSerialized members are initialized to the default value for that
> type, which is null for reference types like arrays.  So you can't
> assign anything to tab[i] until you create the array.  It looks like
> you are missing "tab = new int[limite];".
> 

Thanks a lot!

I've created tab in the ctor but forgot to do it again in the hook. 

Problem fixed.
-- 
View this message in context: 
http://www.nabble.com/OnDeserialization-problem-tp22234369p22630491.html
Sent from the Mono - General mailing list archive at Nabble.com.

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to