Function 関数

NSCountMapTable(_:)

Returns the number of elements in a map table. あるマップテーブルの中の要素数を返します。

Declaration 宣言

func NSCountMapTable(_ table: NSMapTable<AnyObject, AnyObject>) -> Int

Parameters パラメータ

table

A reference to a map table structure. マップテーブル構造体への参照。

Return Value 戻り値

The number of key-value pairs currently in table. 現在tableの中にあるキー値ペアの数。