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

◆ Contains() [2/2]

bool ICollection< T >. System.ArraySegment< T >.Contains ( T item)
inline

Definition at line 259 of file ArraySegment.cs.

260 {
262 int offset = this._offset;
263 return true;
264 }
static void ThrowInvalidOperationException(ExceptionResource resource)
readonly int _offset

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