Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created October 6, 2022 17:22
generator-diff/generator.diff
diff --git a/old/dotnet/ios/generated-sources/UIKit/UITextDraggable.g.cs b/new/dotnet/ios/generated-sources/UIKit/UITextDraggable.g.cs
index 6f78abc..44b14f9 100644
--- a/old/dotnet/ios/generated-sources/UIKit/UITextDraggable.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/UITextDraggable.g.cs
@@ -412,7 +412,7 @@ namespace UIKit {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
public UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
@@ -420,7 +420,7 @@ namespace UIKit {
global::UIKit.UIApplication.EnsureUIThread ();
return Runtime.GetNSObject<UITextRange> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("selectedTextRange")))!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
diff --git a/old/dotnet/ios/generated-sources/UIKit/UITextDroppable.g.cs b/new/dotnet/ios/generated-sources/UIKit/UITextDroppable.g.cs
index bb75dec..388c24c 100644
--- a/old/dotnet/ios/generated-sources/UIKit/UITextDroppable.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/UITextDroppable.g.cs
@@ -405,7 +405,7 @@ namespace UIKit {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
public UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
@@ -413,7 +413,7 @@ namespace UIKit {
global::UIKit.UIApplication.EnsureUIThread ();
return Runtime.GetNSObject<UITextRange> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("selectedTextRange")))!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
diff --git a/old/dotnet/ios/generated-sources/UIKit/UITextField.g.cs b/new/dotnet/ios/generated-sources/UIKit/UITextField.g.cs
index e39f45f..c9a4971 100644
--- a/old/dotnet/ios/generated-sources/UIKit/UITextField.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/UITextField.g.cs
@@ -2284,7 +2284,7 @@ namespace UIKit {
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
@@ -2298,7 +2298,7 @@ namespace UIKit {
}
return ret!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
diff --git a/old/dotnet/ios/generated-sources/UIKit/UITextInput.g.cs b/new/dotnet/ios/generated-sources/UIKit/UITextInput.g.cs
index 5ffbd9c..c524bf9 100644
--- a/old/dotnet/ios/generated-sources/UIKit/UITextInput.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/UITextInput.g.cs
@@ -89,7 +89,7 @@ namespace UIKit {
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "SetAttributedMarkedText", Selector = "setAttributedMarkedText:selectedRange:", ParameterType = new Type [] { typeof (NSAttributedString), typeof (NSRange) }, ParameterByRef = new bool [] { false, false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "InsertTextPlaceholder", Selector = "insertTextPlaceholderWithSize:", ReturnType = typeof (UITextPlaceholder), ParameterType = new Type [] { typeof (CGSize) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RemoveTextPlaceholder", Selector = "removeTextPlaceholder:", ParameterType = new Type [] { typeof (UITextPlaceholder) }, ParameterByRef = new bool [] { false })]
- [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "SelectedTextRange", Selector = "selectedTextRange", PropertyType = typeof (UITextRange), GetterSelector = "selectedTextRange", SetterSelector = "setSelectedTextRange:", ArgumentSemantic = ArgumentSemantic.Copy)]
+ [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "SelectedTextRange", Selector = "selectedTextRange", PropertyType = typeof (UITextRange), GetterSelector = "selectedTextRange", SetterSelector = "setSelectedTextRange:", ArgumentSemantic = ArgumentSemantic.None)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "MarkedTextStyle", Selector = "markedTextStyle", PropertyType = typeof (NSDictionary), GetterSelector = "markedTextStyle", SetterSelector = "setMarkedTextStyle:", ArgumentSemantic = ArgumentSemantic.Copy)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "BeginningOfDocument", Selector = "beginningOfDocument", PropertyType = typeof (UITextPosition), GetterSelector = "beginningOfDocument", ArgumentSemantic = ArgumentSemantic.None)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "EndOfDocument", Selector = "endOfDocument", PropertyType = typeof (UITextPosition), GetterSelector = "endOfDocument", ArgumentSemantic = ArgumentSemantic.None)]
@@ -237,9 +237,9 @@ namespace UIKit {
UITextSelectionRect[] GetSelectionRects (UITextRange range);
[Preserve (Conditional = true)]
UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
get;
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
set;
}
[Preserve (Conditional = true)]
@@ -723,7 +723,7 @@ namespace UIKit {
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
@@ -731,7 +731,7 @@ namespace UIKit {
global::UIKit.UIApplication.EnsureUIThread ();
return Runtime.GetNSObject<UITextRange> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("selectedTextRange")))!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
diff --git a/old/dotnet/ios/generated-sources/UIKit/UITextView.g.cs b/new/dotnet/ios/generated-sources/UIKit/UITextView.g.cs
index d70941e..92b8ace 100644
--- a/old/dotnet/ios/generated-sources/UIKit/UITextView.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/UITextView.g.cs
@@ -1804,7 +1804,7 @@ namespace UIKit {
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
@@ -1818,7 +1818,7 @@ namespace UIKit {
}
return ret!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
diff --git a/old/dotnet/maccatalyst/generated-sources/UIKit/UITextDraggable.g.cs b/new/dotnet/maccatalyst/generated-sources/UIKit/UITextDraggable.g.cs
index 8abe5f1..322eec5 100644
--- a/old/dotnet/maccatalyst/generated-sources/UIKit/UITextDraggable.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/UIKit/UITextDraggable.g.cs
@@ -380,7 +380,7 @@ namespace UIKit {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
public UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
@@ -388,7 +388,7 @@ namespace UIKit {
global::UIKit.UIApplication.EnsureUIThread ();
return Runtime.GetNSObject<UITextRange> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("selectedTextRange")))!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
diff --git a/old/dotnet/maccatalyst/generated-sources/UIKit/UITextDroppable.g.cs b/new/dotnet/maccatalyst/generated-sources/UIKit/UITextDroppable.g.cs
index 1955cf6..f52fbf8 100644
--- a/old/dotnet/maccatalyst/generated-sources/UIKit/UITextDroppable.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/UIKit/UITextDroppable.g.cs
@@ -373,7 +373,7 @@ namespace UIKit {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
public UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
@@ -381,7 +381,7 @@ namespace UIKit {
global::UIKit.UIApplication.EnsureUIThread ();
return Runtime.GetNSObject<UITextRange> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("selectedTextRange")))!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
diff --git a/old/dotnet/maccatalyst/generated-sources/UIKit/UITextField.g.cs b/new/dotnet/maccatalyst/generated-sources/UIKit/UITextField.g.cs
index a56c230..605cc43 100644
--- a/old/dotnet/maccatalyst/generated-sources/UIKit/UITextField.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/UIKit/UITextField.g.cs
@@ -2148,7 +2148,7 @@ namespace UIKit {
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
@@ -2162,7 +2162,7 @@ namespace UIKit {
}
return ret!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
diff --git a/old/dotnet/maccatalyst/generated-sources/UIKit/UITextInput.g.cs b/new/dotnet/maccatalyst/generated-sources/UIKit/UITextInput.g.cs
index cd76ecd..12381a7 100644
--- a/old/dotnet/maccatalyst/generated-sources/UIKit/UITextInput.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/UIKit/UITextInput.g.cs
@@ -89,7 +89,7 @@ namespace UIKit {
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "SetAttributedMarkedText", Selector = "setAttributedMarkedText:selectedRange:", ParameterType = new Type [] { typeof (NSAttributedString), typeof (NSRange) }, ParameterByRef = new bool [] { false, false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "InsertTextPlaceholder", Selector = "insertTextPlaceholderWithSize:", ReturnType = typeof (UITextPlaceholder), ParameterType = new Type [] { typeof (CGSize) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RemoveTextPlaceholder", Selector = "removeTextPlaceholder:", ParameterType = new Type [] { typeof (UITextPlaceholder) }, ParameterByRef = new bool [] { false })]
- [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "SelectedTextRange", Selector = "selectedTextRange", PropertyType = typeof (UITextRange), GetterSelector = "selectedTextRange", SetterSelector = "setSelectedTextRange:", ArgumentSemantic = ArgumentSemantic.Copy)]
+ [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "SelectedTextRange", Selector = "selectedTextRange", PropertyType = typeof (UITextRange), GetterSelector = "selectedTextRange", SetterSelector = "setSelectedTextRange:", ArgumentSemantic = ArgumentSemantic.None)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "MarkedTextStyle", Selector = "markedTextStyle", PropertyType = typeof (NSDictionary), GetterSelector = "markedTextStyle", SetterSelector = "setMarkedTextStyle:", ArgumentSemantic = ArgumentSemantic.Copy)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "BeginningOfDocument", Selector = "beginningOfDocument", PropertyType = typeof (UITextPosition), GetterSelector = "beginningOfDocument", ArgumentSemantic = ArgumentSemantic.None)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "EndOfDocument", Selector = "endOfDocument", PropertyType = typeof (UITextPosition), GetterSelector = "endOfDocument", ArgumentSemantic = ArgumentSemantic.None)]
@@ -237,9 +237,9 @@ namespace UIKit {
UITextSelectionRect[] GetSelectionRects (UITextRange range);
[Preserve (Conditional = true)]
UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
get;
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
set;
}
[Preserve (Conditional = true)]
@@ -695,7 +695,7 @@ namespace UIKit {
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
@@ -703,7 +703,7 @@ namespace UIKit {
global::UIKit.UIApplication.EnsureUIThread ();
return Runtime.GetNSObject<UITextRange> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("selectedTextRange")))!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
diff --git a/old/dotnet/maccatalyst/generated-sources/UIKit/UITextView.g.cs b/new/dotnet/maccatalyst/generated-sources/UIKit/UITextView.g.cs
index d84fb49..5504668 100644
--- a/old/dotnet/maccatalyst/generated-sources/UIKit/UITextView.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/UIKit/UITextView.g.cs
@@ -1708,7 +1708,7 @@ namespace UIKit {
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
@@ -1722,7 +1722,7 @@ namespace UIKit {
}
return ret!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
diff --git a/old/dotnet/tvos/generated-sources/UIKit/UITextField.g.cs b/new/dotnet/tvos/generated-sources/UIKit/UITextField.g.cs
index 74643f3..320ea4c 100644
--- a/old/dotnet/tvos/generated-sources/UIKit/UITextField.g.cs
+++ b/new/dotnet/tvos/generated-sources/UIKit/UITextField.g.cs
@@ -2109,7 +2109,7 @@ namespace UIKit {
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
@@ -2123,7 +2123,7 @@ namespace UIKit {
}
return ret!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
diff --git a/old/dotnet/tvos/generated-sources/UIKit/UITextInput.g.cs b/new/dotnet/tvos/generated-sources/UIKit/UITextInput.g.cs
index 5cf21be..4170303 100644
--- a/old/dotnet/tvos/generated-sources/UIKit/UITextInput.g.cs
+++ b/new/dotnet/tvos/generated-sources/UIKit/UITextInput.g.cs
@@ -80,7 +80,7 @@ namespace UIKit {
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "SetAttributedMarkedText", Selector = "setAttributedMarkedText:selectedRange:", ParameterType = new Type [] { typeof (NSAttributedString), typeof (NSRange) }, ParameterByRef = new bool [] { false, false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "InsertTextPlaceholder", Selector = "insertTextPlaceholderWithSize:", ReturnType = typeof (UITextPlaceholder), ParameterType = new Type [] { typeof (CGSize) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RemoveTextPlaceholder", Selector = "removeTextPlaceholder:", ParameterType = new Type [] { typeof (UITextPlaceholder) }, ParameterByRef = new bool [] { false })]
- [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "SelectedTextRange", Selector = "selectedTextRange", PropertyType = typeof (UITextRange), GetterSelector = "selectedTextRange", SetterSelector = "setSelectedTextRange:", ArgumentSemantic = ArgumentSemantic.Copy)]
+ [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "SelectedTextRange", Selector = "selectedTextRange", PropertyType = typeof (UITextRange), GetterSelector = "selectedTextRange", SetterSelector = "setSelectedTextRange:", ArgumentSemantic = ArgumentSemantic.None)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "MarkedTextStyle", Selector = "markedTextStyle", PropertyType = typeof (NSDictionary), GetterSelector = "markedTextStyle", SetterSelector = "setMarkedTextStyle:", ArgumentSemantic = ArgumentSemantic.Copy)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "BeginningOfDocument", Selector = "beginningOfDocument", PropertyType = typeof (UITextPosition), GetterSelector = "beginningOfDocument", ArgumentSemantic = ArgumentSemantic.None)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "EndOfDocument", Selector = "endOfDocument", PropertyType = typeof (UITextPosition), GetterSelector = "endOfDocument", ArgumentSemantic = ArgumentSemantic.None)]
@@ -228,9 +228,9 @@ namespace UIKit {
UITextSelectionRect[] GetSelectionRects (UITextRange range);
[Preserve (Conditional = true)]
UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
get;
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
set;
}
[Preserve (Conditional = true)]
@@ -698,7 +698,7 @@ namespace UIKit {
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
@@ -706,7 +706,7 @@ namespace UIKit {
global::UIKit.UIApplication.EnsureUIThread ();
return Runtime.GetNSObject<UITextRange> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("selectedTextRange")))!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
diff --git a/old/dotnet/tvos/generated-sources/UIKit/UITextView.g.cs b/new/dotnet/tvos/generated-sources/UIKit/UITextView.g.cs
index 39ad91d..564beab 100644
--- a/old/dotnet/tvos/generated-sources/UIKit/UITextView.g.cs
+++ b/new/dotnet/tvos/generated-sources/UIKit/UITextView.g.cs
@@ -1541,7 +1541,7 @@ namespace UIKit {
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
@@ -1555,7 +1555,7 @@ namespace UIKit {
}
return ret!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
diff --git a/old/ios/native/UIKit/UITextDraggable.g.cs b/new/ios/native/UIKit/UITextDraggable.g.cs
index 07e7523..ab07320 100644
--- a/old/ios/native/UIKit/UITextDraggable.g.cs
+++ b/new/ios/native/UIKit/UITextDraggable.g.cs
@@ -372,12 +372,12 @@ namespace UIKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
get {
global::UIKit.UIApplication.EnsureUIThread ();
return Runtime.GetNSObject<UITextRange> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("selectedTextRange")))!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
set {
global::UIKit.UIApplication.EnsureUIThread ();
var value__handle__ = value.GetHandle ();
diff --git a/old/ios/native/UIKit/UITextDroppable.g.cs b/new/ios/native/UIKit/UITextDroppable.g.cs
index d548ae2..8670556 100644
--- a/old/ios/native/UIKit/UITextDroppable.g.cs
+++ b/new/ios/native/UIKit/UITextDroppable.g.cs
@@ -365,12 +365,12 @@ namespace UIKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
get {
global::UIKit.UIApplication.EnsureUIThread ();
return Runtime.GetNSObject<UITextRange> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("selectedTextRange")))!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
set {
global::UIKit.UIApplication.EnsureUIThread ();
var value__handle__ = value.GetHandle ();
diff --git a/old/ios/native/UIKit/UITextField.g.cs b/new/ios/native/UIKit/UITextField.g.cs
index b124fe2..0d0bca7 100644
--- a/old/ios/native/UIKit/UITextField.g.cs
+++ b/new/ios/native/UIKit/UITextField.g.cs
@@ -1816,7 +1816,7 @@ namespace UIKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
get {
global::UIKit.UIApplication.EnsureUIThread ();
UITextRange? ret;
@@ -1827,7 +1827,7 @@ namespace UIKit {
}
return ret!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
set {
global::UIKit.UIApplication.EnsureUIThread ();
var value__handle__ = value.GetHandle ();
diff --git a/old/ios/native/UIKit/UITextInput.g.cs b/new/ios/native/UIKit/UITextInput.g.cs
index ff73cc6..c28b1d1 100644
--- a/old/ios/native/UIKit/UITextInput.g.cs
+++ b/new/ios/native/UIKit/UITextInput.g.cs
@@ -86,7 +86,7 @@ namespace UIKit {
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "SetAttributedMarkedText", Selector = "setAttributedMarkedText:selectedRange:", ParameterType = new Type [] { typeof (NSAttributedString), typeof (NSRange) }, ParameterByRef = new bool [] { false, false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "InsertTextPlaceholder", Selector = "insertTextPlaceholderWithSize:", ReturnType = typeof (UITextPlaceholder), ParameterType = new Type [] { typeof (CGSize) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RemoveTextPlaceholder", Selector = "removeTextPlaceholder:", ParameterType = new Type [] { typeof (UITextPlaceholder) }, ParameterByRef = new bool [] { false })]
- [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "SelectedTextRange", Selector = "selectedTextRange", PropertyType = typeof (UITextRange), GetterSelector = "selectedTextRange", SetterSelector = "setSelectedTextRange:", ArgumentSemantic = ArgumentSemantic.Copy)]
+ [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "SelectedTextRange", Selector = "selectedTextRange", PropertyType = typeof (UITextRange), GetterSelector = "selectedTextRange", SetterSelector = "setSelectedTextRange:", ArgumentSemantic = ArgumentSemantic.None)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "MarkedTextStyle", Selector = "markedTextStyle", PropertyType = typeof (NSDictionary), GetterSelector = "markedTextStyle", SetterSelector = "setMarkedTextStyle:", ArgumentSemantic = ArgumentSemantic.Copy)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "BeginningOfDocument", Selector = "beginningOfDocument", PropertyType = typeof (UITextPosition), GetterSelector = "beginningOfDocument", ArgumentSemantic = ArgumentSemantic.None)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "EndOfDocument", Selector = "endOfDocument", PropertyType = typeof (UITextPosition), GetterSelector = "endOfDocument", ArgumentSemantic = ArgumentSemantic.None)]
@@ -177,9 +177,9 @@ namespace UIKit {
UITextSelectionRect[] GetSelectionRects (UITextRange range);
[Preserve (Conditional = true)]
UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
get;
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
set;
}
[Preserve (Conditional = true)]
@@ -607,12 +607,12 @@ namespace UIKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
get {
global::UIKit.UIApplication.EnsureUIThread ();
return Runtime.GetNSObject<UITextRange> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("selectedTextRange")))!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
set {
global::UIKit.UIApplication.EnsureUIThread ();
var value__handle__ = value.GetHandle ();
diff --git a/old/ios/native/UIKit/UITextView.g.cs b/new/ios/native/UIKit/UITextView.g.cs
index 1f7f19e..224a922 100644
--- a/old/ios/native/UIKit/UITextView.g.cs
+++ b/new/ios/native/UIKit/UITextView.g.cs
@@ -1449,7 +1449,7 @@ namespace UIKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
get {
global::UIKit.UIApplication.EnsureUIThread ();
UITextRange? ret;
@@ -1460,7 +1460,7 @@ namespace UIKit {
}
return ret!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
set {
global::UIKit.UIApplication.EnsureUIThread ();
var value__handle__ = value.GetHandle ();
diff --git a/old/tvos/tvos/UIKit/UITextField.g.cs b/new/tvos/tvos/UIKit/UITextField.g.cs
index 16dcd55..58489b8 100644
--- a/old/tvos/tvos/UIKit/UITextField.g.cs
+++ b/new/tvos/tvos/UIKit/UITextField.g.cs
@@ -1657,7 +1657,7 @@ namespace UIKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
get {
global::UIKit.UIApplication.EnsureUIThread ();
UITextRange? ret;
@@ -1668,7 +1668,7 @@ namespace UIKit {
}
return ret!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
set {
global::UIKit.UIApplication.EnsureUIThread ();
var value__handle__ = value.GetHandle ();
diff --git a/old/tvos/tvos/UIKit/UITextInput.g.cs b/new/tvos/tvos/UIKit/UITextInput.g.cs
index d3722f0..02c2a2f 100644
--- a/old/tvos/tvos/UIKit/UITextInput.g.cs
+++ b/new/tvos/tvos/UIKit/UITextInput.g.cs
@@ -77,7 +77,7 @@ namespace UIKit {
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "SetAttributedMarkedText", Selector = "setAttributedMarkedText:selectedRange:", ParameterType = new Type [] { typeof (NSAttributedString), typeof (NSRange) }, ParameterByRef = new bool [] { false, false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "InsertTextPlaceholder", Selector = "insertTextPlaceholderWithSize:", ReturnType = typeof (UITextPlaceholder), ParameterType = new Type [] { typeof (CGSize) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RemoveTextPlaceholder", Selector = "removeTextPlaceholder:", ParameterType = new Type [] { typeof (UITextPlaceholder) }, ParameterByRef = new bool [] { false })]
- [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "SelectedTextRange", Selector = "selectedTextRange", PropertyType = typeof (UITextRange), GetterSelector = "selectedTextRange", SetterSelector = "setSelectedTextRange:", ArgumentSemantic = ArgumentSemantic.Copy)]
+ [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "SelectedTextRange", Selector = "selectedTextRange", PropertyType = typeof (UITextRange), GetterSelector = "selectedTextRange", SetterSelector = "setSelectedTextRange:", ArgumentSemantic = ArgumentSemantic.None)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "MarkedTextStyle", Selector = "markedTextStyle", PropertyType = typeof (NSDictionary), GetterSelector = "markedTextStyle", SetterSelector = "setMarkedTextStyle:", ArgumentSemantic = ArgumentSemantic.Copy)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "BeginningOfDocument", Selector = "beginningOfDocument", PropertyType = typeof (UITextPosition), GetterSelector = "beginningOfDocument", ArgumentSemantic = ArgumentSemantic.None)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "EndOfDocument", Selector = "endOfDocument", PropertyType = typeof (UITextPosition), GetterSelector = "endOfDocument", ArgumentSemantic = ArgumentSemantic.None)]
@@ -168,9 +168,9 @@ namespace UIKit {
UITextSelectionRect[] GetSelectionRects (UITextRange range);
[Preserve (Conditional = true)]
UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
get;
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
set;
}
[Preserve (Conditional = true)]
@@ -582,12 +582,12 @@ namespace UIKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
get {
global::UIKit.UIApplication.EnsureUIThread ();
return Runtime.GetNSObject<UITextRange> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("selectedTextRange")))!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
set {
global::UIKit.UIApplication.EnsureUIThread ();
var value__handle__ = value.GetHandle ();
diff --git a/old/tvos/tvos/UIKit/UITextView.g.cs b/new/tvos/tvos/UIKit/UITextView.g.cs
index b1249b2..7425554 100644
--- a/old/tvos/tvos/UIKit/UITextView.g.cs
+++ b/new/tvos/tvos/UIKit/UITextView.g.cs
@@ -1214,7 +1214,7 @@ namespace UIKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual UITextRange? SelectedTextRange {
- [Export ("selectedTextRange", ArgumentSemantic.Copy)]
+ [Export ("selectedTextRange")]
get {
global::UIKit.UIApplication.EnsureUIThread ();
UITextRange? ret;
@@ -1225,7 +1225,7 @@ namespace UIKit {
}
return ret!;
}
- [Export ("setSelectedTextRange:", ArgumentSemantic.Copy)]
+ [Export ("setSelectedTextRange:")]
set {
global::UIKit.UIApplication.EnsureUIThread ();
var value__handle__ = value.GetHandle ();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment