JudoPayiOSXamarinSampleApp.MainMenuSource.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 ButtonArray.Length;
		}