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

◆ Current [1/2]

T System.ArraySegment< T >.Enumerator.Current
getset

Definition at line 390 of file ArraySegment.cs.

391 {
392 [global::Cpp2ILInjected.Token(Token = "0x60003F9")]
393 [global::Cpp2ILInjected.Address(RVA = "0x16450CC", Offset = "0x16450CC", Length = "0x50")]
394 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
395 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
396 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySegment<>.Enumerator), Member = "System.Collections.IEnumerator.get_Current", ReturnType = typeof(object))]
397 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
398 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowInvalidOperationException_InvalidOperation_EnumNotStarted", ReturnType = typeof(void))]
399 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowInvalidOperationException_InvalidOperation_EnumEnded", ReturnType = typeof(void))]
400 get
401 {
402 throw null;
403 }
404 }
class f__AnonymousType0<< Count > j__TPar
Enumerator(global::System.ArraySegment< T > arraySegment)