MonobjcMonobjc Documented Class Library
SortWithSortDescriptorsRecursively Method (sortDescriptors, recursively)
NamespacesMonobjc.AppKitNSTreeNodeSortWithSortDescriptorsRecursively(NSArray, Boolean)

Sorts the receiver’s subtree using the values of the represented objects with the specified sort descriptors.

Original signature is '- (void)sortWithSortDescriptors:(NSArray *)sortDescriptors recursively:(BOOL)recursively'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SortWithSortDescriptorsRecursively(
	NSArray sortDescriptors,
	bool recursively
)
Public Overridable Sub SortWithSortDescriptorsRecursively ( _
	sortDescriptors As NSArray, _
	recursively As Boolean _
)
public:
virtual void SortWithSortDescriptorsRecursively(
	NSArray^ sortDescriptors, 
	bool recursively
)
Parameters
sortDescriptors (NSArray)
Array of sort descriptors specifying how to sort the represented objects.
recursively (Boolean)
A Boolean that specifies whether the child nodes should be sorted recursively.
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.AppKit (Module: Monobjc.AppKit)