Wednesday, 28 August 2013

"Contains" twice in a collection using lambda expression

"Contains" twice in a collection using lambda expression

Hy, I want to find an item from a collection which contains for e.g. "30
days" . I want to search firstly "30" and then "days". How should I make
this using lambda expression? Can someone give me an example?
Thanks

No comments:

Post a Comment