Edytuj

Udostępnij za pośrednictwem


JSValue.IsInstanceOf(NSObject) Method

Definition

Returns a Boolean value that tells whether the JSValue is an instance of the specified type.

[Foundation.Export("isInstanceOf:")]
public virtual bool IsInstanceOf (Foundation.NSObject value);
abstract member IsInstanceOf : Foundation.NSObject -> bool
override this.IsInstanceOf : Foundation.NSObject -> bool

Parameters

value
NSObject

Returns

Attributes

Applies to