NSDictionary.GetDescription 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 |
|---|---|
| GetDescription(NSObject, UIntPtr) | |
| GetDescription(NSObject) |
GetDescription(NSObject, UIntPtr)
[Foundation.Export("descriptionWithLocale:indent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string GetDescription(Foundation.NSObject? locale, UIntPtr level);
[<Foundation.Export("descriptionWithLocale:indent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetDescription : Foundation.NSObject * unativeint -> string
override this.GetDescription : Foundation.NSObject * unativeint -> string
Parameters
- locale
- NSObject
- level
-
UIntPtr
unativeint
Returns
- Attributes
Applies to
GetDescription(NSObject)
[Foundation.Export("descriptionWithLocale:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string GetDescription(Foundation.NSObject? locale);
[<Foundation.Export("descriptionWithLocale:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetDescription : Foundation.NSObject -> string
override this.GetDescription : Foundation.NSObject -> string
Parameters
- locale
- NSObject
Returns
- Attributes