C# Class Crayon.Sample.TableSampleSource

Inheritance: UITableViewSource
Afficher le fichier Open project: jamilgeor/Crayon

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowsInSection ( UITableView tableview, int section ) : int
TableSampleSource ( ) : 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

TableSampleSource() public méthode

public TableSampleSource ( ) : System
Résultat System