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