I have a class which is basically a List<T>, where the objects in the list are instances of another class of mine, mostly strings but also a few DateTimes and long variables.

Can I run Linq queries against this generic list, and have it search through the objects in the list?

Thanks.

Running .Net 3.5SP1, VS2008 Express