Contents

null()

Creates and initializes a descriptor with no parameter or attribute values set.

Declaration

class func null() -> NSAppleEventDescriptor

Return Value

A descriptor with no parameter or attribute values set, or nil if an error occurs.

Discussion

You don’t typically call this method, as most NSAppleEventDescriptor instance methods can’t be safely called on the returned empty descriptor.

See Also

Creating and Initializing Descriptors