Exemplo n.º 1
0
            static void n_ReadGroup_Landroid_util_AttributeSet_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
            {
                MenuState __this = Java.Lang.Object.GetObject <MenuState> (native__this, JniHandleOwnership.DoNotTransfer);

                global::Android.Util.IAttributeSet p0 = Java.Lang.Object.GetObject <global::Android.Util.IAttributeSet> (native_p0, JniHandleOwnership.DoNotTransfer);
                __this.ReadGroup(p0);
            }