ArcGISRuntimeXamarin.CategoriesViewController.CategoryDataSource.RowsInSection C# (CSharp) Метод

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

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
Результат nint
			public override nint RowsInSection(UITableView tableview, nint section)
			{
				return data.Count;
			}
CategoriesViewController.CategoryDataSource