BeerDrinkin.iOS.DiscoverUsersViewController.CanEditRow C# (CSharp) Method

CanEditRow() public method

public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
return bool
        public override bool CanEditRow(UITableView tableView, NSIndexPath indexPath)
        {
            return false;
        }