Select from following answers:- Use CType (C# cast).
- Use ToList().
- It can't be done.
- All Above
The ToList() query extension method instantiates List Of Car and populates it with the Car objects.
You can't use CType (C# cast) because IEnumerable of Car is not List Of Car.
Show Correct Answer
Source: MeasureUp.com | |
Alert Moderator