'宣言 Public Overloads Sub Sort( _ ByVal index As System.Integer, _ ByVal count As System.Integer, _ ByVal comparer As System.Collections.Generic.IComparer(Of LogEntry) _ )
'使用法 Dim instance As LogEntryList Dim index As System.Integer Dim count As System.Integer Dim comparer As System.Collections.Generic.IComparer(Of LogEntry) instance.Sort(index, count, comparer)
パラメータ
- index
- count
- comparer