Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created August 29, 2022 13:46
Show Gist options
  • Save vs-mobiletools-engineering-service2/49020a9713b36b2304fefabfe79f4d04 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/49020a9713b36b2304fefabfe79f4d04 to your computer and use it in GitHub Desktop.
previous-api-comparison/diff/dotnet/Microsoft.tvOS.Ref/ref/net6.0/Microsoft.tvOS.md

API diff: Microsoft.tvOS.dll

Microsoft.tvOS.dll

Namespace UIKit

Type Changed: UIKit.NSTextListElement

Removed constructor:

public NSTextListElement (NSTextListElement parent, NSTextList textList, Foundation.NSAttributedString contents, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> markerAttributes, NSTextListElement[] children);

Added constructor:

public NSTextListElement (NSTextListElement parent, NSTextList textList, Foundation.NSAttributedString contents, Foundation.NSDictionary markerAttributes, NSTextListElement[] children);

Removed property:

public virtual Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> MarkerAttributes { get; }

Added property:

public virtual Foundation.NSDictionary WeakMarkerAttributes { get; }

Removed method:

public static NSTextListElement Create (Foundation.NSAttributedString contents, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> markerAttributes, NSTextList textList, NSTextListElement[] children);

Added method:

public static NSTextListElement Create (Foundation.NSAttributedString contents, Foundation.NSDictionary markerAttributes, NSTextList textList, NSTextListElement[] children);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment