Method | Description | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
GetItem ( int id ) : |
||
RootTableSource ( |
||
RowsInSection ( UITableView tableview, nint section ) : nint |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
public RootTableSource ( |
||
items | ||
return | System |
public RowsInSection ( UITableView tableview, nint section ) : nint | ||
tableview | UITableView | |
section | nint | |
return | nint |