I have an IEnumerable object. I would like to access based on index for instance:
for(i=0; i<=Model.Products; i++)
{
???
}
Is this possible?
I have an IEnumerable object. I would like to access based on index for instance:
for(i=0; i<=Model.Products; i++)
{
???
}
Is this possible?