NSDictionary.GetKeysSortedByValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetKeysSortedByValue(NSComparator) | |
| GetKeysSortedByValue(NSSortOptions, NSComparator) |
GetKeysSortedByValue(NSComparator)
[Foundation.Export("keysSortedByValueUsingComparator:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject[] GetKeysSortedByValue(Foundation.NSComparator comparator);
[<Foundation.Export("keysSortedByValueUsingComparator:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetKeysSortedByValue : Foundation.NSComparator -> Foundation.NSObject[]
override this.GetKeysSortedByValue : Foundation.NSComparator -> Foundation.NSObject[]
Parameters
- comparator
- NSComparator
Returns
NSObject[]
- Attributes
Applies to
GetKeysSortedByValue(NSSortOptions, NSComparator)
[Foundation.Export("keysSortedByValueWithOptions:usingComparator:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject[] GetKeysSortedByValue(Foundation.NSSortOptions options, Foundation.NSComparator comparator);
[<Foundation.Export("keysSortedByValueWithOptions:usingComparator:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetKeysSortedByValue : Foundation.NSSortOptions * Foundation.NSComparator -> Foundation.NSObject[]
override this.GetKeysSortedByValue : Foundation.NSSortOptions * Foundation.NSComparator -> Foundation.NSObject[]
Parameters
- options
- NSSortOptions
- comparator
- NSComparator
Returns
NSObject[]
- Attributes