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