Hi,
Without questioning the implementation ;), it has nothing to do with
proxying as the proxy should have loaded all values as a result from
"Assert.AreEqual("A", obj.PrivateSetter) "
Or is it caused by the private set {} itself ?? (What is the mapping
here nosetter.camelcase ???), could be that the proxy generated by
only having a public getter does not shadow a setter (because you
didn't ask him !!), advise if you use nosetter.camelcase use your
field directly or let the proxy have a protected set instead of a
private one.
Hope that it explains a little :S
Regards
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/nhusers?hl=en.