ActivatableList<T>.

BinarySearch(T, IComparer<T>) Method

Syntax

public int BinarySearch(T item, IComparer<T> comparer)

Parameters

Name Type Description
item T
comparer IComparer<T>

Return Value

Type Description
int