help thank you
10. Provide LINQ solutions in the methods below for filtering a collection of Test models. Assume the collection is stored in a variable named "tests" that is in scope to the two methods. (15 pts) public class Test { public string Name { get; set; } public int Age { get; set; } } // Return a test object found in the tests collection with the specified name. 1/ If none is found, return null public Test SearchBylone(string Nons) 2 // Return the IEnumerable<Test> for all test abjects with an Age older than // the specified value public IEnumerablecTest FindOlder Test(int Age) {
help thank you
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
help thank you
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!