how to search for an item in a list c# code example Example: list search c# list.Where(x => x.Name == "theName"); return list;