c# - Is the implementation of Auto Properties in the spec? -
Can I rely on the fact that the underlying area is called "k__BackingField" for a property named Fu?
No, in short.
And for this reason, auto-property hurts is field-based serializer such as BinaryFormatter
(I'm sure I may have mentioned here before; -P).
See: For some ideas on this (and a solution)
Comments
Post a Comment