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.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
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
{
12
IEqualityComparer
keycomparer
= table.
_keycomparer
;
13
return
true
;
14
}
15
}
16
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Collections.HashtableExtensions.TryGetValue< T >
static bool TryGetValue< T >(this Hashtable table, object key, [Out] T value)
Definition
HashtableExtensions.cs:10
System.Collections.HashtableExtensions
Definition
HashtableExtensions.cs:8
System.Collections.Hashtable._keycomparer
IEqualityComparer _keycomparer
Definition
Hashtable.cs:663
System.Collections.Hashtable
Definition
Hashtable.cs:17
System.Collections.IEqualityComparer
Definition
IEqualityComparer.cs:7
System.Collections
Definition
ArrayList.cs:6
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.ExceptionArgument.value
@ value
System.ExceptionArgument.key
@ key
System
Definition
__ComObject.cs:4
source
System
Collections
HashtableExtensions.cs
Generated by
1.10.0