terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
struct | Enumerator |
Public Member Functions | |
void | Dispose () |
NativeArray< T >.Enumerator | GetEnumerator () |
IEnumerator< T > IEnumerable< T >. | GetEnumerator () |
IEnumerator IEnumerable. | GetEnumerator () |
bool | Equals (NativeArray< T > other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
bool | Equals (T other) |
Static Public Member Functions | |
static void | Copy (T[] src, int srcIndex, NativeArray< T > dst, int dstIndex, int length) |
Package Attributes | |
unsafe void * | m_Buffer |
int | m_Length |
Allocator | m_AllocatorLabel |
Properties | |
int | Length [get] |
T | this[int index] [get, set] |
T | : | struct |
Definition at line 19 of file NativeArray.cs.