A reference to a map table structure. マップテーブル構造体への参照。
Function
関数
NSCount
NSCountMapTable(_:)
Returns the number of elements in a map table.
あるマップテーブルの中の要素数を返します。
Availability 有効性
- iOS 12.0+
- iPadOS 12.0+
- macOS 10.0+
- Mac Catalyst 13.0+
- tvOS 12.0+
- watchOS 5.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func NSCountMapTable(_ table: NSMapTable
<AnyObject, AnyObject>) -> Int
Parameters パラメータ
table
Return Value 戻り値
The number of key-value pairs currently in table
.
現在table
の中にあるキー値ペアの数。