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
HashtableExtensions.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Collections
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000416")]
9 internal static class HashtableExtensions
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6001C1F")]
12 [global::Cpp2ILInjected.Address(RVA = "0x158B388", Offset = "0x158B388", Length = "0xB0")]
13 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GroupCollection), Member = "GetGroup", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(Group))]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Regex), Member = "GroupNameFromNumber", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Regex), Member = "GroupNumberFromName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
20 public static bool TryGetValue<T>(this Hashtable table, object key, out T value)
21 {
22 throw null;
23 }
24 }
25}
class f__AnonymousType0<< Count > j__TPar
static bool TryGetValue< T >(this Hashtable table, object key, out T value)