I am happy to share a code module that i' ve created that add easy sort method for lists based upon
clasic sort method for lists.
You can sort upon one element of a list or custom defined cryteria .
Fell free to test and modify I not expect the code to be out of errors !
Thank you.
It seems that is not working as expected . Found bug when duplicate items are found the list is not recreated as it should , duplicat objects are lost from the original list.
Hope to add code and fix it .