MonobjcMonobjc Documented Class Library
NSBinarySearchingOptions Enumeration
NamespacesMonobjc.FoundationNSBinarySearchingOptions

Options for searches and insertions using indexOfObject:inSortedRange:options:usingComparator:.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSBinarySearchingOptions
Public Enumeration NSBinarySearchingOptions
public enum class NSBinarySearchingOptions
Members
MemberDescription
NSBinarySearchingFirstEqual

Specifies that the search should return the first object in the range that is equal to the given object.

Available in Mac OS X v10.6 and later.


NSBinarySearchingLastEqual

Specifies that the search should return the last object in the range that is equal to the given object.

Available in Mac OS X v10.6 and later.


NSBinarySearchingInsertionIndex

Returns the index at which you should insert the object in order to maintain a sorted array.

Available in Mac OS X v10.6 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)