How to Update an item in a list by LINQ
                            
                         
                        
                     
                 
                
                    I have a list of class objects.This Class object comprise of 3 string properties.Using LINQ i am able to query the list, now i want to update one of the properties of any class objects Any help will be highly appreciated.Thanks