CFBagGetCount(_:)
Returns the number of values currently in a bag.
Declaration
func CFBagGetCount(_ theBag: CFBag!) -> CFIndexParameters
- theBag:
The bag to examine.
Return Value
The number of values in theBag.
Returns the number of values currently in a bag.
func CFBagGetCount(_ theBag: CFBag!) -> CFIndexThe bag to examine.
The number of values in theBag.