I am writing a Windows 8.1 Universal app. In the shared project, I have an object of List class and want to access the ElementAt() extension method.
But the method is not showing up in the Visual Studio 2013's suggestions. If I ignore this and enter it myself, the red squiggly lines showing error appear below ElementAt and the project doesn't build. Can anyone help?