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);
        }