예제 #1
0
 public virtual bool PresentFromBarButtonItem([Unwrapped] UIBarButtonItem item, bool animated, [Optional] UIPrinterPickerCompletionHandler completionHandler)
 {
     return(default(bool));
 }
예제 #2
0
 public virtual bool PresentFromRect(CGRect rect, [Unwrapped] UIView inView, bool animated, [Unwrapped] UIPrinterPickerCompletionHandler completionHandler)
 {
     return(default(bool));
 }
예제 #3
0
 public virtual bool PresentAnimated(bool animated, [Optional] UIPrinterPickerCompletionHandler completionHandler)
 {
     return(default(bool));
 }