Method | Description | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
RowsInSection ( UITableView tableview, nint section ) : nint | ||
TableSource ( Xuni customAutocomplete ) : System |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
public RowsInSection ( UITableView tableview, nint section ) : nint | ||
tableview | UITableView | |
section | nint | |
return | nint |
public TableSource ( Xuni customAutocomplete ) : System | ||
customAutocomplete | Xuni | |
return | System |