Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定のタイプのすべてのオブジェクトを返す linq クエリを作成しようとしています。
セダンであるすべての車を取得したい場合、このようなことはうまくいきますか?
Dim cars = From c In carFactory.GetAllcars() Select car = carFactory.GetAuto(c.ID) Where TypeOf (car) Is Sedan