as far as I know Visual Studio 2012 will not support Private Accessors. Can you give me some infos on possible alternatives? PrivateObject.Invoke() is not the best solution for me.
Thank you in advance!
Mark your members as "internal" and use the InternalsVisibleTo attribute. Simple to use and no type safety issues.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With