I have a question concerning sorting lists of classes in VB.Net. It seems every subject which is discussing this kind of sorting is not really clear for me.
I have a class Language with the following variables: - Lang as a string - Knowledge as a integer
I have got a list containing a couple of language classes in it. How can I sort on the Lang variable (Alphabetically sort the language classes in the list)?
Greetings,