Modified fields:
-public const string Version = "18.1.9060";
+public const string Version = "18.1.9061";
Added value:
Open = 48,
Added values:
TVRemoteFourColors = 33,
TVRemoteOneTwoThree = 32,
public static class NSObject_UIAccessibilityTextOperations {
// methods
public static IUITextInput GetAccessibilityTextInputResponder (this Foundation.NSObject This);
public static UITextInputReturnHandler GetAccessibilityTextInputResponderHandler (this Foundation.NSObject This);
public static void SetAccessibilityTextInputResponder (this Foundation.NSObject This, IUITextInput textInput);
public static void SetAccessibilityTextInputResponderHandler (this Foundation.NSObject This, UITextInputReturnHandler handler);
}
public sealed delegate UITextInputReturnHandler : System.MulticastDelegate {
// constructors
public UITextInputReturnHandler (object object, IntPtr method);
// methods
public virtual System.IAsyncResult BeginInvoke (System.AsyncCallback callback, object object);
public virtual IUITextInput EndInvoke (System.IAsyncResult result);
public virtual IUITextInput Invoke ();
}