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.Collections.Generic.HashSet< T >.Enumerator.Current
getset

Implements System.Collections.Generic.IEnumerator< out T >.

Definition at line 526 of file HashSet.cs.

527 {
528 [global::Cpp2ILInjected.Token(Token = "0x600014F")]
529 [global::Cpp2ILInjected.Address(RVA = "0x16456C0", Offset = "0x16456C0", Length = "0x8")]
530 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
531 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
532 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
533 get
534 {
535 throw null;
536 }
537 }