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