MonoMobile.Views.ViewSource.NumberOfSections C# (CSharp) Method

NumberOfSections() public method

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
return int
		public override int NumberOfSections(UITableView tableView)
		{
			return Sections != null ? Sections.Count : 0;
		}