Instance Method インスタンスメソッド

enumerateKeysAndObjects(_:)

Applies a given block object to the entries of the dictionary. ある与えられたブロックオブジェクトを辞書の登録項目に適用します。

Declaration 宣言

func enumerateKeysAndObjects(_ block: (Any, Any, UnsafeMutablePointer<ObjCBool>) -> Void)

Parameters パラメータ

block

A block object to operate on entries in the dictionary. 辞書の中の登録項目上で演算を行うことになるブロックオブジェクト。

Discussion 議論

If the block sets *stop to true, the enumeration stops. ブロックが*stoptrueに設定するならば、列挙は停止します。

See Also 参照

Enumerating Dictionaries 辞書を列挙する