On Monday, 13 June 2016 at 07:43:09 UTC, Pierre wrote:
Hi,
I would like to know how can i access private member of class from outside ? I think about serialization for instance, serializer must have access to protected attributes. How this is done ?
Thank you.

You can perform the introspection in the class itself, e .g in the __ctor.


Reply via email to