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