Skip to content

Commit

Permalink
[registrar] Add test case for xamarin#21256.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Sep 18, 2024
1 parent 9e061ff commit 48cd49a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/bindings-test/ApiDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ public interface UltimateMachine {
*/
[BaseType (typeof (NSObject))]
partial interface ObjCRegistrarTest {
[Export ("sessionOptions")]
NSDictionary<NSString, NSFileManagerDelegate> GetSessionOptions ();

[Export ("setSessionOptions:")]
void SetSessionOptions (NSDictionary<NSString, NSFileManagerDelegate> value);

[Export ("sessionDictionary")]
NSDictionary<NSString, NSFileManagerDelegate> SessionDictionary { get; set; }

[Export ("Pi1")]
int Pi1 { get; set; }

Expand Down

0 comments on commit 48cd49a

Please sign in to comment.