예제 #1
0
            static bool n_OnMenuItemSelected_ILcom_actionbarsherlock_view_MenuItem_(IntPtr jnienv, IntPtr native__this, int p0, IntPtr native_p1)
            {
                ICallback __this = Java.Lang.Object.GetObject <ICallback> (native__this, JniHandleOwnership.DoNotTransfer);

                global::ActionBar_Sherlock.View.IMenuItem p1 = Java.Lang.Object.GetObject <global::ActionBar_Sherlock.View.IMenuItem> (native_p1, JniHandleOwnership.DoNotTransfer);
                bool __ret = __this.OnMenuItemSelected(p0, p1);

                return(__ret);
            }