var query = from c in colors where c.Length > 3 orderby c.Length select c;. what type is query? (A) int (B) string (C) ...
確定! 回上一頁