BeerDrinkin.iOS.AccountViewController.AccountDataSource.GetCell C# (CSharp) Метод

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

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Результат UITableViewCell
            public override UITableViewCell GetCell(UITableView tableView, NSIndexPath indexPath)
            {
                return new UITableViewCell();
            }
AccountViewController.AccountDataSource