MonoTouch.Dialog
MonoTouch.Dialog copied to clipboard
Private properties are not accessible.
When declaring private properties, with private getters or setters, then MT.D crashes with a NPE as it retrieves non-existent public getters/setters.
The attached commit fixes that in a very simple way, by requesting private getters/setters if necessary.