Function 関数

NSAllMapTableKeys(_:)

Returns all of the keys in the specified map table. 指定されたマップテーブルの中の全てのキーを返します。

Declaration 宣言

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

Return Value 戻り値

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

See Also 参照

Related Documentation 関連文書