C# Class Xamarin.Canvas.iOS.TableNodeDataSource

Inheritance: UITableViewDataSource
Mostra file Open project: Clancey/Canvas Class Usage Examples

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
TableNodeDataSource ( TableNode node ) : System

Method Details

GetCell() public method

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

TableNodeDataSource() public method

public TableNodeDataSource ( TableNode node ) : System
node TableNode
return System