C# Class UI.TableViewDataSource

Inheritance: UITableViewDataSource
ファイルを表示 Open project: NotMyself/BigRReader

Public Methods

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

TableViewDataSource() public method

public TableViewDataSource ( List items ) : System
items List
return System