public _OnItemClickListener_931(AlertParams _enclosing, [email protected]
                                 .RecycleListView listView, [email protected] dialog)
 {
     this._enclosing = _enclosing;
     this.listView   = listView;
     this.dialog     = dialog;
 }
 public _ArrayAdapter_859(AlertParams _enclosing, [email protected]
                          .RecycleListView listView, android.content.Context baseArg1, int baseArg2, int baseArg3
                          , java.lang.CharSequence[] baseArg4) : base(baseArg1, baseArg2, baseArg3, baseArg4
                                                                      )
 {
     this._enclosing = _enclosing;
     this.listView   = listView;
 }
 public _CursorAdapter_873(AlertParams _enclosing, [email protected]
                           .RecycleListView listView, [email protected] dialog, android.content.Context
                           baseArg1, android.database.Cursor baseArg2, bool baseArg3) : base(baseArg1, baseArg2
                                                                                             , baseArg3)
 {
     this._enclosing = _enclosing;
     this.listView   = listView;
     this.dialog     = dialog;
     {
         android.database.Cursor cursor = this.getCursor();
         this.mLabelIndex     = cursor.getColumnIndexOrThrow(this._enclosing.mLabelColumn);
         this.mIsCheckedIndex = cursor.getColumnIndexOrThrow(this._enclosing.mIsCheckedColumn
                                                             );
     }
 }
 public _OnItemClickListener_922(AlertParams _enclosing, [email protected]
                                 dialog)
 {
     this._enclosing = _enclosing;
     this.dialog     = dialog;
 }
 public override void ShowAlert(AlertParams param)
 {
     CSharpUtil.PrintInvokeMethod();
 }