C# Class XamarinEvolveIOS.WelcomeTableViewController.WelcomeTableViewDataSource

Inheritance: UITableViewDataSource
Afficher le fichier Open project: bholmes/XamarinEvolve2013Project

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : int
RowsInSection ( UITableView tableView, int section ) : int

Method Details

GetCell() public méthode

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

NumberOfSections() public méthode

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
Résultat int

RowsInSection() public méthode

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