I want to create a list of empty IQueryable and change it to ToPagedList, I tried the following code :-
IQueryable<VirtualMachine> vm2 = new IQueryable<VirtualMachine>();
vm2.ToPagedList(page, pagesize);
but it will raise the following exception:-
Error 3 A new expression requires (), [], or {} after type