Contents

CFBagGetCount(_:)

Returns the number of values currently in a bag.

Declaration

func CFBagGetCount(_ theBag: CFBag!) -> CFIndex

Parameters

  • theBag:

    The bag to examine.

Return Value

The number of values in theBag.

See Also

Examining a Bag