c# sort a list by a column alphabetically
问题 I have a class defined and I write records to this class to a List. Having trouble sorting the list before I write an error report. I'm trying to sort the list alphabetically by the 'finderror' type before the error report is written so that the list is sorted and more organized in the error report. Here is the class: public class types { public types() { } public string person { get; set; } public string state { get; set; } public string phone# { get; set; } public string finderror { get;