Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

System.Collections.Generic.ListExtensions.BinaryIntervalSearch

Malware edited this page Dec 25, 2018 · 29 revisions

IndexListExtensions

csharp[int](System.Int32) BinaryIntervalSearch<T><[T]()>([IList<T>](System.Collections.Generic.IList`1) self, [T]() value, [IComparer<T>](System.Collections.Generic.IComparer`1) comparer)``````csharp[int](System.Int32) BinaryIntervalSearch<T><[T]()>([IList<T>](System.Collections.Generic.IList`1) self, [Func<T, TResult>](System.Func`2) less)``````csharp[int](System.Int32) BinaryIntervalSearch<T><[T]()>([IList<T>](System.Collections.Generic.IList`1) self, [T]() value, Comparison<T> comparison)

Clone this wiki locally