What should find matches return if there are no items in the collection matching the supplied IPredicate?
Will it return null or a List<int> whose count == 0?
I checked the framework docs and it didnt specify.
Thanks
Hello,
it will return a new list<int> with a count of 0.