Structure

NSFastEnumerationState

This defines the structure used as contextual information in the NSFastEnumeration protocol. これは、前後関係情報としてNSFastEnumerationプロトコルにおいて使われる構造体を定義します。

Declaration 宣言

typedef struct {
    ...
} NSFastEnumerationState;

Overview 概要

For more information, see countByEnumeratingWithState:objects:count:. さらなる情報として、countByEnumeratingWithState:objects:count:を見てください。

Topics 話題

Instance Properties インスタンスプロパティ