CCRawList<T>.Enumerator
CCRawList.Enumerator
Cocos2DEnumerator for the RawList.
Type: Struct
Constructors
Enumerator(CCRawList<T>)
Constructs a new enumerator.
Propertys
Current(T)
Methods
Dispose()
Dispose()()
Example
MoveNext()
System.Boolean MoveNext()()
Returns:
System.Boolean
Example
Reset()
Reset()()
Example