シンタックス
'宣言
Public Overloads Function BinarySearch( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As LogEntry, _
ByVal As System.Collections.Generic.IComparer(Of LogEntry) _
) As System.Integer
'使用法
Dim instance As LogEntryList
Dim index As System.Integer
Dim count As System.Integer
Dim item As LogEntry
Dim comparer As System.Collections.Generic.IComparer(Of LogEntry)
Dim value As System.Integer
value = instance.BinarySearch(index, count, item, comparer)
public System.int BinarySearch(
System.int ,
System.int ,
LogEntry ,
System.Collections.Generic.IComparer<LogEntry>
)
パラメータ
- index
- count
- item
- comparer
参照