var cityList = from country in doc.Element(\"result\") .Element(\"cities\") .Descendants(\"city\") select ne
IQueryable is not a single int - but a query that can represent a collection.