Is it possible to sort a dictionary object by a class property value? I've seen examples where I can sort by index or item of the object, but I am storing, for example, multiple user class object in a dictionary object and would like to sort the dictionary based on user's last name, first name, age, etc. Thanks for the help.
regards,
Brian
The problem with doing something right the first time is that nobody appreciates how difficult it was.
regards,
Brian
The problem with doing something right the first time is that nobody appreciates how difficult it was.