EdgePointCollection.BinarySearch Method

Overload List

  Name Description
Public method BinarySearch(Object) Searches the entire sorted ArrayList for an element using the default comparer and returns the zero-based index of the element. (Inherited from ArrayList.)
Public method BinarySearch(Object, IComparer) Searches the entire sorted ArrayList for an element using the specified comparer and returns the zero-based index of the element. (Inherited from ArrayList.)
Public method BinarySearch(Int32, Int32, Object, IComparer) Searches a range of elements in the sorted ArrayList for an element using the specified comparer and returns the zero-based index of the element. (Inherited from ArrayList.)

Top

See Also

Reference

EdgePointCollection Class

EdgePointCollection Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace