C# Класс HttpClient.StringDataSource

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

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

Метод Описание
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
RowsInSection ( UITableView tableView, nint section ) : nint
StringDataSource ( UITableView tableView, string source ) : System

Описание методов

GetCell() публичный Метод

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Результат UITableViewCell

NumberOfSections() публичный Метод

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
Результат nint

RowsInSection() публичный Метод

public RowsInSection ( UITableView tableView, nint section ) : nint
tableView UITableView
section nint
Результат nint

StringDataSource() публичный Метод

public StringDataSource ( UITableView tableView, string source ) : System
tableView UITableView
source string
Результат System