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

Summary

public int BinaryIntervalSearch<T>(public interface IList<T> self, public class T value, public interface IComparer<T> comparer)

Returns

Example

Remarks

Summary

public int BinaryIntervalSearch<T>(public interface IList<T> self, public sealed class Func<T, TResult> less)

Returns

Example

Remarks

Summary

public int BinaryIntervalSearch<T>(public interface IList<T> self, public class T value, public sealed class Comparison<T> comparison)

Returns

Example

Remarks

Clone this wiki locally