CFArrayGetCount(_:)
Returns the number of values currently in an array.
Declaration
func CFArrayGetCount(_ theArray: CFArray!) -> CFIndexParameters
- theArray:
The array to examine.
Return Value
The number of values in theArray.
Returns the number of values currently in an array.
func CFArrayGetCount(_ theArray: CFArray!) -> CFIndexThe array to examine.
The number of values in theArray.