On Sep 18, 2012, at 3:33 PM, Tom Opgenorth <[email protected]> wrote: > In general, Java setters/getters will be transformed into C# properties where > possible.
One other place where Java methods will not be transformed into properties is when the method returns an array type, as per FxDG guidelines. > I'm not to sure if you can (or should) force the Java getter to a C# property > in this case. It is not currently possible to force a method to be a property. If you need this, please file an enhancement at bugzilla.xamarin.com. Thanks, - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
