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
HashtableExtensions.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Collections
5{
6 // Token: 0x02000416 RID: 1046
7 internal static class HashtableExtensions
8 {
9 // Token: 0x06001C1F RID: 7199 RVA: 0x0004D128 File Offset: 0x0004B328
10 public static bool TryGetValue<T>(this Hashtable table, object key, [Out] T value)
11 {
13 return true;
14 }
15 }
16}
class f__AnonymousType0<< Count > j__TPar
static bool TryGetValue< T >(this Hashtable table, object key, [Out] T value)
IEqualityComparer _keycomparer
Definition Hashtable.cs:663