terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Unity.Collections.NativeArray< T >.Enumerator Struct Reference
+ Inheritance diagram for Unity.Collections.NativeArray< T >.Enumerator:
+ Collaboration diagram for Unity.Collections.NativeArray< T >.Enumerator:

Public Member Functions

 Enumerator (ref NativeArray< T > array)
 
void Dispose ()
 
bool MoveNext ()
 
void Reset ()
 

Properties

Current [get, set]
 
object System.Collections.IEnumerator. Current [get, set]
 

Private Attributes

NativeArray< T > m_Array
 
int m_Index
 

Detailed Description

Definition at line 187 of file NativeArray.cs.


The documentation for this struct was generated from the following file: