[Mono-list] RT Os and Mono

Chris Howie cdhowie at gmail.com
Fri Feb 15 13:19:47 EST 2008


On Fri, Feb 15, 2008 at 1:08 PM, Lorenzo Viola <info at eulogika.net> wrote:
>  btw , what do you mean for implicit boxing ? is it a sort of unwanted
>  recursion ?

Boxing happens when you store a value type in an object reference,
e.g. in C# doing "object o = 1;", a new object is contained to hold
the boxed Int32.

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers


More information about the Mono-list mailing list