C# 클래스 UI.FeedItemTableViewDataSource

상속: UITableViewDataSource
파일 보기 프로젝트 열기: NotMyself/BigRReader

공개 메소드들

메소드 설명
FeedItemTableViewDataSource ( IList items ) : System
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowsInSection ( UITableView tableview, int section ) : int

메소드 상세

FeedItemTableViewDataSource() 공개 메소드

public FeedItemTableViewDataSource ( IList items ) : System
items IList
리턴 System

GetCell() 공개 메소드

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

RowsInSection() 공개 메소드

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