November 29, 2015

ToList extension method not showing

If you are trying to use "ToList" extension method and if it is not showing in code file, it means you are missing "System.Linq" namespace inclusion in file.
Once you will include "System.Linq" namespace, "ToList" extension method will be visible for you.

That's It.
Enjoy Learning

No comments:

Post a Comment