MonobjcMonobjc Documented Class Library
SortedArrayHint Property
NamespacesMonobjc.FoundationNSArraySortedArrayHint

Analyzes the array and returns a “hint” that speeds the sorting of the array when the hint is supplied to sortedArrayUsingFunction:context:hint:.

Original signature is '- (NSData *)sortedArrayHint'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSData SortedArrayHint { get; }
Public Overridable ReadOnly Property SortedArrayHint As NSData
	Get
public:
virtual property NSData^ SortedArrayHint {
	NSData^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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