I\'m trying to create an expression tree that includes list.Any(l => p.ProductClass.Contains(l)). I\'m referencing this SO thread but there are a few differ
list.Any(l => p.ProductClass.Contains(l))