Tがカスタムデータクラスである1つのメンバー(整数)で(Tの)リストをソートするにはどうすればよいですか?
Public Class CustomObject
Public Property text1 as String
Public Property counter1 as Integer
Public Property counter2 as Integer
End Class
Public Objectlist As New List(Of CustomObject)
.add, .add, .add etc.
Objectlist.sort(???...)