ServiceModelConfigurationSectionCollection.BinarySearch Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Uses a binary search algorithm to locate a specific element in the sorted List<T> or a portion of it.
Overload List
Name | Description | |
---|---|---|
BinarySearch(T) | Searches the entire sorted List<T> for an element using the default comparer and returns the zero-based index of the element. (Inherited from List<T>.) | |
BinarySearch(T, IComparer<T>) | Searches the entire sorted List<T> for an element using the specified comparer and returns the zero-based index of the element. (Inherited from List<T>.) | |
BinarySearch(Int32, Int32, T, IComparer<T>) | Searches a range of elements in the sorted List<T> for an element using the specified comparer and returns the zero-based index of the element. (Inherited from List<T>.) |
Top
See Also
Reference
ServiceModelConfigurationSectionCollection Class