Skip to content

Commit

Permalink
[CloudKit] Expose the CKQueryOperationMaximumResults field. Fixes xam…
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne authored Sep 14, 2023
1 parent 862e232 commit c14f9ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cloudkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1497,8 +1497,7 @@ interface CKQuery : NSSecureCoding, NSCopying {
interface CKQueryOperation {

[Field ("CKQueryOperationMaximumResults")]
[Internal]
IntPtr _MaximumResults { get; set; }
nint MaximumResults { get; }

[Export ("initWithQuery:")]
NativeHandle Constructor (CKQuery query);
Expand Down

0 comments on commit c14f9ff

Please sign in to comment.