C# Class Crayon.Sample.TableSampleSource

Inheritance: UITableViewSource
显示文件 Open project: jamilgeor/Crayon

Public Methods

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

TableSampleSource() public method

public TableSampleSource ( ) : System
return System