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

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

public ShouldHighlightRow ( UITableView tableView, NSIndexPath rowIndexPath ) : bool
tableView UITableView
rowIndexPath NSIndexPath
Результат bool
        public override bool ShouldHighlightRow(UITableView tableView, NSIndexPath rowIndexPath)
        {
            return true;
        }