NSDictionary.GetDescription Method

Definition

Overloads

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

Applies to