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
CollectionExtensions.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Collections.Generic
5
{
6
// Token: 0x02000643 RID: 1603
7
public
static
class
CollectionExtensions
8
{
9
// Token: 0x06003102 RID: 12546 RVA: 0x0000207A File Offset: 0x0000027A
10
public
static
TValue
GetValueOrDefault<TValue, TKey>
(
this
IReadOnlyDictionary<TKey, TValue>
dictionary
, TKey
key
)
11
{
12
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
13
}
14
15
// Token: 0x06003103 RID: 12547 RVA: 0x0000207A File Offset: 0x0000027A
16
public
static
TValue
GetValueOrDefault<TValue, TKey>
(
this
IReadOnlyDictionary<TKey, TValue>
dictionary
, TKey
key
, TValue defaultValue)
17
{
18
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
19
}
20
}
21
}
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Collections.Generic.CollectionExtensions.GetValueOrDefault< TValue, TKey >
static TValue GetValueOrDefault< TValue, TKey >(this IReadOnlyDictionary< TKey, TValue > dictionary, TKey key)
Definition
CollectionExtensions.cs:10
System.Collections.Generic.CollectionExtensions
Definition
CollectionExtensions.cs:8
System.Collections.Generic.IReadOnlyDictionary
Definition
IReadOnlyDictionary.cs:10
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System.ExceptionArgument.key
@ key
System.ExceptionArgument.dictionary
@ dictionary
System
Definition
__ComObject.cs:4
source
mscorlib
System
Collections
Generic
CollectionExtensions.cs
Generated by
1.10.0