SIL.FieldWorks.Common.Controls.SearchEngine.FilterResults C# (CSharp) Method

FilterResults() protected method

If some objects need to be filtered out of the results (for instance the item we started from in the merge dialog) then this function can be used to do it.
protected FilterResults ( IEnumerable results ) : IEnumerable
results IEnumerable
return IEnumerable
		protected virtual IEnumerable<int> FilterResults(IEnumerable<int> results)
		{
			return results;
		}