I have a Class. I'm creating a List of items that are based on that class. Like, Class Fruit and List<Fruit> fruits. Now, I'm creating another List for the same Class type. Is there a simple straight instruction (method/function) to order the items in the second List based on the index they have...
I was wondering if you could help me out on my project. I have a List called Jobs and a List called JobListOrder. List<Jobs> is where the original project information is stored. List<JobListOrder> is where I would like it to go into so that I can run some logic to get the EndTimes. I have been...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.