Share via


NSPrinter.IsKeyInTable(String, String) Method

Definition

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

Parameters

key
String
table
String

Returns

Attributes

Applies to