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
◆
this[string key]
override
string System.Net.TrackingStringDictionary.this[string
key
]
get
set
Definition at line
64
of file
TrackingStringDictionary.cs
.
65
{
66
get
67
{
68
return
base
[
key
];
69
}
70
set
71
{
72
while
(this.
_isReadOnly
)
73
{
74
}
75
base
[
key
] =
value
;
76
this._isChanged
=
true
;
77
}
78
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.TrackingStringDictionary._isReadOnly
readonly bool _isReadOnly
Definition
TrackingStringDictionary.cs:81
System.ExceptionArgument.value
@ value
System.ExceptionArgument.key
@ key
System
Net
TrackingStringDictionary
Generated by
1.10.0