Re: [Mono-devel-list] Problems with Array.AsReadOnly

2005-04-14 Thread Carlos Alberto Cortez
It's working now smoothly :-) Carlos. > Hi Carlos, > > I think this is already fixed. I'm running your sample from svn of > 2005-04-13 23:55, localtime GMT-3 and I get the expected result: 10 > > Please, update your svn and give it a try. > > Thanks for reporting. > > > - -- > Regards, > >

Re: [Mono-devel-list] Problems with Array.AsReadOnly

2005-04-13 Thread Francisco Figueiredo Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carlos Alberto Cortez wrote: > Hello, > > With mono from svn (updated a day ago) I'm getting a NullReferenceError > when trying to use a IList returned by Array.AsReadOnly. > > I've tried to see what happend, and ReadOnlyArray (internal > representa

[Mono-devel-list] Problems with Array.AsReadOnly

2005-04-13 Thread Carlos Alberto Cortez
Hello, With mono from svn (updated a day ago) I'm getting a NullReferenceError when trying to use a IList returned by Array.AsReadOnly. I've tried to see what happend, and ReadOnlyArray (internal representation) is working well, so I can only think that something is working bad in the runtime.