Contents

CFSetGetCount(_:)

Returns the number of values currently in a set.

Declaration

func CFSetGetCount(_ theSet: CFSet!) -> CFIndex

Parameters

  • theSet:

    The set to examine.

Return Value

The number of values in theSet.

See Also

Examining a Set