Chili.Opf3 Send comments on this topic.
BinarySearch Method
See Also 
Chili.Opf3 Namespace > Generic ObjectSet Class : BinarySearch Method




Overload List

OverloadDescription
BinarySearch(T) Searches the entire sorted ObjectSet for an element using the default comparer and returns the zero-based index of the element.  
BinarySearch(T,Generic IComparer) Searches the entire sorted ObjectSet for an element using the specified comparer and returns the zero-based index of the element.  
BinarySearch(Int32,Int32,T,Generic IComparer) Searches a range of elements in the sorted ObjectSet for an element using the specified comparer and returns the zero-based index of the element.  

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also