and i have this list
- string[] names = { "jack", "harry", "James", "peter" };
- List <string> list32 = new List<string>(names);
i have tried this
- var mylinqQuery = from f in list32
- where f.Contains('a')
- select f;
Can somebody help me with this
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Dec 27, 2020, 5:22 AM
Sachin SinghPosted Dec 27, 2020, 4:32 AM
Mageshwaran RPosted Dec 27, 2020, 4:04 AM
Jose HernandezPosted Dec 27, 2020, 3:46 AM