AVCamBarcode.ItemSelectionViewController.RowsInSection C# (CSharp) 메소드

RowsInSection() 공개 메소드

public RowsInSection ( UITableView tableView, nint section ) : nint
tableView UITableView
section nint
리턴 nint
		public override nint RowsInSection (UITableView tableView, nint section)
		{
			return AllItems.Length;
		}