AlexTouch.MBProgressHUD.MBProgressHUD.HideHUDForViewanimated C# (CSharp) Метод

HideHUDForViewanimated() приватный Метод

private HideHUDForViewanimated ( MonoTouch view, bool animated ) : bool
view MonoTouch
animated bool
Результат bool
		public static bool HideHUDForViewanimated (MonoTouch.UIKit.UIView view, bool animated)
		{
			if (view == null)
				throw new ArgumentNullException ("view");
			return MonoTouch.ObjCRuntime.Messaging.bool_objc_msgSend_IntPtr_bool (class_ptr, selHideHUDForViewAnimated_, view.Handle, animated);
		}