C# Class UI.TableViewDataSource

Inheritance: UITableViewDataSource
Afficher le fichier Open project: NotMyself/BigRReader

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowsInSection ( UITableView tableview, int section ) : int
TableViewDataSource ( List items ) : System

Method Details

GetCell() public méthode

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCell

RowsInSection() public méthode

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
Résultat int

TableViewDataSource() public méthode

public TableViewDataSource ( List items ) : System
items List
Résultat System