3
我正在學習Objective C的結合MonoTouch的,我有與是塊屬性麻煩如何綁定屬性塊的MonoTouch
@property (nonatomic, copy) void (^onLongPress)(UIView*, NSInteger);
我有這樣的時刻
delegate void onLongPress (UIView view, int index);
[Export ("onLongPress")]
void onLongPress() { set; }