Share via


NSPrinter.IntForKey(String, String) Method

Definition

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

Parameters

key
String
table
String

Returns

Attributes

Applies to