CFDictionaryGetCount(_:)
Returns the number of key-value pairs in a dictionary.
Declaration
func CFDictionaryGetCount(_ theDict: CFDictionary!) -> CFIndexParameters
- theDict:
The dictionary to examine.
Return Value
The number of number of key-value pairs in theDict.