Function 関数

NSEnumerateMapTable(_:)

Creates an enumerator for the specified map table. 指定されたマップテーブルのための列挙子を作成します。

Declaration 宣言

func NSEnumerateMapTable(_ table: NSMapTable<AnyObject, AnyObject>) -> NSMapEnumerator

Parameters パラメータ

table

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

Return Value 戻り値

An NSMapEnumerator structure that will cause successive key-value pairs of table to be visited each time this enumerator is passed to NSNextMapEnumeratorPair. あるNSMapEnumerator構造体で、それはtableの連続するキー値ペアに、この列挙子がNSNextMapEnumeratorPairに渡されるたびごとに訪問されるようにします。

See Also 参照

Related Documentation 関連文書