AVCamBarcode.ItemSelectionViewController.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 AllItems.Length;
		}