Hi Everyone!!!
I have a question that i cannot answer to me rigth now cause i dont have an android device to check it...
i'm doing a list sorting using linq, (i believe its .net 3.0??)
My code is the following:
will this code work on android device? or should i find a diferent aproach to sort my list?
Thanks in Advance!!!
I have a question that i cannot answer to me rigth now cause i dont have an android device to check it...
i'm doing a list sorting using linq, (i believe its .net 3.0??)
My code is the following:
Code (CSharp):
- List<Order> SortedList = carsFields.OrderBy( x => x.carName.ToList());
Thanks in Advance!!!