Contents

NSAllHashTableObjects(_:)

Returns all of the elements in the specified hash table.

Declaration

func NSAllHashTableObjects(_ table: NSHashTable<AnyObject>) -> [Any]

Return Value

An array object containing all the elements of table.

Discussion

This function should be called only when the table elements are objects, not when they’re any other data type.

See Also

Related Documentation

Functions