AutoWait.MediaSelectionTableViewController.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 mediaItems.Length;
		}