MonoTouch.Dialog icon indicating copy to clipboard operation
MonoTouch.Dialog copied to clipboard

Private properties are not accessible.

Open poke opened this issue 13 years ago • 0 comments

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.

poke avatar Dec 29 '11 11:12 poke