Created
January 25, 2018 10:27
-
-
Save rolfbjarne/8bfda3ed37b956d0342a1c1e9b079244 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/build/ios/compat/AVFoundation/AVAggregateAssetDownloadTask.g.cs b/build/ios/compat/AVFoundation/AVAggregateAssetDownloadTask.g.cs | |
index 57f6a16..2eefcd0 100644 | |
--- a/build/ios/compat/AVFoundation/AVAggregateAssetDownloadTask.g.cs | |
+++ b/build/ios/compat/AVFoundation/AVAggregateAssetDownloadTask.g.cs | |
@@ -11,7 +11,6 @@ using System.Diagnostics; | |
using System.ComponentModel; | |
using System.Threading.Tasks; | |
using System.Runtime.InteropServices; | |
-using System.Runtime.CompilerServices; | |
using MonoTouch.UIKit; | |
using MonoTouch.GLKit; | |
using MonoTouch.Metal; | |
@@ -46,12 +45,12 @@ namespace MonoTouch.AVFoundation { | |
[Introduced (PlatformName.iOS, 11,0, PlatformArchitecture.All)] | |
public unsafe partial class AVAggregateAssetDownloadTask : NSUrlSessionTask { | |
- [CompilerGenerated] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
static readonly IntPtr class_ptr = Class.GetHandle ("AVAggregateAssetDownloadTask"); | |
public override IntPtr ClassHandle { get { return class_ptr; } } | |
- [CompilerGenerated] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[DesignatedInitializer] | |
[EditorBrowsable (EditorBrowsableState.Advanced)] | |
[Export ("initWithCoder:")] | |
@@ -60,19 +59,19 @@ namespace MonoTouch.AVFoundation { | |
throw new InvalidOperationException ("Type does not conform to NSCoding"); | |
} | |
- [CompilerGenerated] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[EditorBrowsable (EditorBrowsableState.Advanced)] | |
public AVAggregateAssetDownloadTask (NSObjectFlag t) : base (t) | |
{ | |
} | |
- [CompilerGenerated] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[EditorBrowsable (EditorBrowsableState.Advanced)] | |
public AVAggregateAssetDownloadTask (IntPtr handle) : base (handle) | |
{ | |
} | |
- [CompilerGenerated] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public virtual AVUrlAsset UrlAsset { | |
[Export ("URLAsset")] | |
get { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment