C# Class UI.FeedItemTableViewDataSource

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

Méthodes publiques

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

Method Details

FeedItemTableViewDataSource() public méthode

public FeedItemTableViewDataSource ( IList items ) : System
items IList
Résultat System

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