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]

Match System.Text.RegularExpressions.MatchCollection.Enumerator.Current
getset

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

Definition at line 472 of file MatchCollection.cs.

473 {
474 [global::Cpp2ILInjected.Token(Token = "0x600034C")]
475 [global::Cpp2ILInjected.Address(RVA = "0x1EAB3FC", Offset = "0x1EAB3FC", Length = "0x60")]
476 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MatchCollection.Enumerator), Member = "System.Collections.IEnumerator.get_Current", ReturnType = typeof(object))]
477 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
478 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MatchCollection), Member = "GetMatch", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(Match))]
479 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
480 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
481 get
482 {
483 throw null;
484 }
485 }
class f__AnonymousType0<< Count > j__TPar