Hi, Is there any particular reason why Row.FromObject() looks into non-public fields? I see that it ignores compiler generated ones, but if the class has user-created backing fields or the object is created using the anonymous object initializer, the data is stored in 2 copies (one for a property, other for backing field). That's not even mentioning about exposing internal state of the class.
Regards, Michał -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" 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/rhino-tools-dev?hl=en.
