terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ CopyTo() [2/2]

void System.ArraySegment< T >.CopyTo ( T[] destination,
int destinationIndex )
inline

Definition at line 113 of file ArraySegment.cs.

114 {
116 int offset = this._offset;
117 }
static void ThrowInvalidOperationException(ExceptionResource resource)
readonly int _offset

References System.ArraySegment< T >._offset, System.offset, and System.ThrowHelper.ThrowInvalidOperationException().