示例#1
0
 public static bool MarkAsSwfControl(this NSObject obj)
 {
     return(obj.AddMethod(swfMarkSel, (Action) delegate { }));
 }