I have a BindingList with Comment objects inside. Comment contains DateTime and string
I need to order list by date (latest date last) and get string without making copies of BindingList nor affecting it’s order.
How can such be accomplished?
To retrieve all of the strings, you can use:
For the string associated with the “max” date: