ArcGISRuntimeXamarin.CategoriesViewController.CategoryDataSource.RowsInSection C# (CSharp) Method

RowsInSection() public method

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
return nint
			public override nint RowsInSection(UITableView tableview, nint section)
			{
				return data.Count;
			}
CategoriesViewController.CategoryDataSource