orderby

  1. L

    Order List items based on other List

    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...
Back
Top Bottom