C# Класс UI.FeedItemTableViewDataSource

Наследование: UITableViewDataSource
Показать файл Открыть проект

Открытые методы

Метод Описание
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