Contents

JSPropertyNameArrayGetCount(_:)

Gets a count of the number of items in a JavaScript property name array.

Declaration

func JSPropertyNameArrayGetCount(_ array: JSPropertyNameArrayRef!) -> Int

Parameters

  • array:

    The array to retrieve the count from.

Return Value

An integer count of the number of names in array.

See Also

Working with Properties