C# Class Input101.TableSource

Inheritance: UITableViewSource
Afficher le fichier Open project: GoXuni/Xamarin.iOS-Samples

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowsInSection ( UITableView tableview, nint section ) : nint
TableSource ( Xuni customAutocomplete ) : 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, nint section ) : nint
tableview UITableView
section nint
Résultat nint

TableSource() public méthode

public TableSource ( Xuni customAutocomplete ) : System
customAutocomplete Xuni
Résultat System