Contents

CFDictionaryGetCount(_:)

Returns the number of key-value pairs in a dictionary.

Declaration

func CFDictionaryGetCount(_ theDict: CFDictionary!) -> CFIndex

Parameters

  • theDict:

    The dictionary to examine.

Return Value

The number of number of key-value pairs in theDict.

See Also

Examining a dictionary