ネイティブ iOS ライブラリ用の C# バインディングを作成しようとしています。目的のシャープをツールとして使用しましたが、変換された 1 つの場所で立ち往生しています。
@property (nonatomic, weak) id<BTPaymentSelectionViewControllerDelegate, BTDropInControllerDelegate, BTAppSwitchDelegate, BTViewControllerPresentingDelegate> delegate;
に
[Wrap("WeakDelegate")]
NSObject<BTPaymentSelectionViewControllerDelegate, BTDropInControllerDelegate, BTAppSwitchDelegate, BTViewControllerPresentingDelegate> Delegate { get; set; }
しかし、私はiOSネイティブのObjective Cにかなり慣れていないので、理にかなった以下のエラーが発生しています。これについてどうすればよいかわかりません。
非ジェネリック型 'NSObject' は型引数で使用できません