Function 関数

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. 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 関連文書