Facebook.AppDelegate.TableViewSource.RowsInSection C# (CSharp) Method

RowsInSection() public method

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
return int
            public override int RowsInSection(UITableView tableview, int section)
            {
                return posts.data.Count;
            }