ArcGISRuntimeXamarin.SearchResultsViewController.TitleForFooter C# (CSharp) Метод

TitleForFooter() публичный Метод

public TitleForFooter ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
Результат string
        public override string TitleForFooter(UITableView tableView, nint section)
        {
            return string.Format("Found {0} matches", visibleSamples.Count);
        }