Hi,
Properties are methods; the same syntax applies, with the stipulation that the return 
type is the "return" parameter:

        
http://docs.xamarin.com/android/tutorials/Binding_a_Java_Library_(.jar)#Correcting_Enums

        <!-- Add this to EnumMethods.xml -->
        <mapping jni-class="org/kxml2/io/KXmlParserType">
                <method jni-name="getEventType"
                        parameter="return"
                        clr-enum-type="Org.XmlPull.V1.XmlPullParserNode"
                />
        </mapping>

  - Jon


I've tried this way, but I was not sure about return type. (it should be get_EventType btw).

Thanks.
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to