How do I find matching values in a generic list
- by TDDG
I have anywhere from 5 to 10 generic list in an ASP.NET VB.NET web app. I would like to write a method to pass them all into, and return only the elements they all have in common.
I'm looking for some ideas how to accomplish this the easiest and cleanest way possible.