Function 関数

NSAllMapTableValues(_:)

Returns all of the values in the specified table. 指定されたテーブルの中の全ての値が返されます。

Declaration 宣言

func NSAllMapTableValues(_ table: NSMapTable<AnyObject, AnyObject>) -> [Any]

Return Value 戻り値

An array object containing all the values in table. This function should be called only when table values are objects, not when they’re any other type of pointer. tableの中の全ての値を含んでいる配列オブジェクト。この関数は、tableの値がオブジェクトである場合にのみ呼ばれるべきです、それらが何らかの他の型のポインタである時ではなく。

See Also 参照

Related Documentation 関連文書