C# Class Input101.TableSource

Inheritance: UITableViewSource
Exibir arquivo Open project: GoXuni/Xamarin.iOS-Samples

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowsInSection ( UITableView tableview, nint section ) : nint
TableSource ( Xuni customAutocomplete ) : System

Method Details

GetCell() public method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

RowsInSection() public method

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
return nint

TableSource() public method

public TableSource ( Xuni customAutocomplete ) : System
customAutocomplete Xuni
return System