Skip to content

Commit

Permalink
[Foundation] Make NSUserDefaults.VolatileDomainNames a property in XA…
Browse files Browse the repository at this point in the history
…MCORE_5_0. (#14942)

That's how it's in Swift.
  • Loading branch information
rolfbjarne authored May 9, 2022
1 parent d8dfd37 commit 32c29c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/foundation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5644,7 +5644,11 @@ interface NSUserDefaults {
NSDictionary ToDictionary ();

[Export ("volatileDomainNames")]
#if XAMCORE_5_0
string [] VolatileDomainNames { get; }
#else
string [] VolatileDomainNames ();
#endif

[Export ("volatileDomainForName:")]
NSDictionary GetVolatileDomain (string domainName);
Expand Down

5 comments on commit 32c29c1

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.