linq select from array c# code example Example: linq select from array var carMake = from item in CarList where item .Model == "bmw" select s.Make;