How do I find matching values in a generic list
Posted
by TDDG
on Stack Overflow
See other posts from Stack Overflow
or by TDDG
Published on 2010-05-25T19:50:40Z
Indexed on
2010/05/25
20:01 UTC
Read the original article
Hit count: 154
ASP.NET
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.
© Stack Overflow or respective owner