C# 클래스 XamarinEvolveIOS.UsersViewController.UsersViewDataSource

상속: UITableViewDataSource
파일 보기 프로젝트 열기: bholmes/XamarinEvolve2013Project

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
RowsInSection ( UITableView tableView, int section ) : int
UsersViewDataSource ( Func userListGet ) : System

메소드 상세

GetCell() 공개 메소드

public GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
tableView UITableView
indexPath MonoTouch
리턴 UITableViewCell

RowsInSection() 공개 메소드

public RowsInSection ( UITableView tableView, int section ) : int
tableView UITableView
section int
리턴 int

UsersViewDataSource() 공개 메소드

public UsersViewDataSource ( Func userListGet ) : System
userListGet Func
리턴 System