Contents

CFArrayGetCount(_:)

Returns the number of values currently in an array.

Declaration

func CFArrayGetCount(_ theArray: CFArray!) -> CFIndex

Parameters

  • theArray:

    The array to examine.

Return Value

The number of values in theArray.

See Also

Examining an Array