Share via


NSPrinter.BooleanForKey(String, String) Method

Definition

[Foundation.Export("booleanForKey:inTable:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool BooleanForKey(string key, string table);
[<Foundation.Export("booleanForKey:inTable:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member BooleanForKey : string * string -> bool
override this.BooleanForKey : string * string -> bool

Parameters

key
String
table
String

Returns

Attributes

Applies to