Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created July 5, 2024 10:07
Show Gist options
  • Save vs-mobiletools-engineering-service2/d3fc5a3577e5ae10dc3da9dad995bc41 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/d3fc5a3577e5ae10dc3da9dad995bc41 to your computer and use it in GitHub Desktop.
previous-api-comparison/diff/dotnet/Microsoft.macOS.Ref/ref/net8.0/Microsoft.macOS.md

API diff: Microsoft.macOS.dll

Microsoft.macOS.dll

Namespace Foundation

Type Changed: Foundation.NSArray

Added method:

public virtual System.Collections.Generic.IEnumerator<NSObject> GetEnumerator ();

Type Changed: Foundation.NSArray`1

Added method:

public virtual System.Collections.Generic.IEnumerator<TKey> GetEnumerator ();

Type Changed: Foundation.NSMutableOrderedSet`1

Added method:

public virtual System.Collections.Generic.IEnumerator<TKey> GetEnumerator ();

Type Changed: Foundation.NSMutableSet`1

Added method:

public virtual System.Collections.Generic.IEnumerator<TKey> GetEnumerator ();

Type Changed: Foundation.NSOrderedSet`1

Added method:

public virtual System.Collections.Generic.IEnumerator<TKey> GetEnumerator ();

Type Changed: Foundation.NSSet`1

Added method:

public virtual System.Collections.Generic.IEnumerator<TKey> GetEnumerator ();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment