BeerDrinkin.iOS.DataSources.CheckInDataSource.RowsInSection C# (CSharp) Méthode

RowsInSection() public méthode

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
Résultat nint
		public override nint RowsInSection(UITableView tableview, nint section)
		{
			return 4;
		}
	}