looking for. Very good pages!
> [Apparently this didn't go through before. Not sure why...]
>
> Célio Cidral Junior <ccidral@expresso.com.br> wrote:
>
> <snip>
>
> > That's it, a very simple code. Here goes the question:
> > Does the <Customer.Name> property return the object reference of
the
> > string at the <Customer.name> field, or a copy of that string?
>
> It returns a copy of the reference to the same object. It's very, very
> important that you understand the difference between reference types
> and value types. Have a look at
>
http://www.pobox.com/~skeet/csharp/parameters.html and
>
http://www.pobox.com/~skeet/csharp/memory.html
>
> Hopefully they'll clarify things for you. It's one of those things that
> is really simple once it's clicked, but maddening and complicated until
> it has...
>
> --
> Jon Skeet - <skeet@pobox.com>
>
http://www.pobox.com/~skeet/
> If replying to the group, please do not mail me too