C# Class XamarinEvolveIOS.UsersViewController.UsersViewDataSource

Inheritance: UITableViewDataSource
Mostra file Open project: bholmes/XamarinEvolve2013Project

Private Properties

Property Type Description

Public Methods

Method Description
GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
RowsInSection ( UITableView tableView, int section ) : int
UsersViewDataSource ( Func userListGet ) : System

Method Details

GetCell() public method

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

RowsInSection() public method

public RowsInSection ( UITableView tableView, int section ) : int
tableView UITableView
section int
return int

UsersViewDataSource() public method

public UsersViewDataSource ( Func userListGet ) : System
userListGet Func
return System