public void RemoveStatusItem(StatusItem statusItem) { ObjCMessaging.objc_msgSend(NativeObject, "removeStatusItem:", typeof(void), typeof(System.IntPtr), statusItem.NativeObject); }
public void RemoveStatusItem(StatusItem statusItem) { ObjCMessaging.objc_msgSend (NativeObject, "removeStatusItem:", typeof(void), typeof(System.IntPtr), statusItem.NativeObject); }