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
IReadOnlyDictionary.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Reflection
;
3
using
System.Runtime.InteropServices
;
4
5
namespace
System.Collections.Generic
6
{
7
// Token: 0x02000635 RID: 1589
8
[
DefaultMember
(
"Item"
)]
9
public
interface
IReadOnlyDictionary
<TKey, TValue> :
IReadOnlyCollection
<KeyValuePair<TKey, TValue>>,
IEnumerable
<KeyValuePair<TKey, TValue>>,
IEnumerable
10
{
11
// Token: 0x06003099 RID: 12441
12
bool
TryGetValue
(TKey
key
, [
Out
] TValue
value
);
13
}
14
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Collections.Generic.IEnumerable
Definition
IEnumerable.cs:7
System.Collections.Generic.IReadOnlyCollection
Definition
IReadOnlyCollection.cs:7
System.Collections.Generic.IReadOnlyDictionary.TryGetValue
bool TryGetValue(TKey key, [Out] TValue value)
System.Collections.Generic.IReadOnlyDictionary
Definition
IReadOnlyDictionary.cs:10
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System.Reflection.ParameterAttributes.Out
@ Out
System.Reflection
Definition
AmbiguousMatchException.cs:5
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.ExceptionArgument.value
@ value
System.ExceptionArgument.key
@ key
System
Definition
__ComObject.cs:4
source
mscorlib
System
Collections
Generic
IReadOnlyDictionary.cs
Generated by
1.10.0