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
◆
Standalone
string System.Xml.XmlDeclaration.Standalone
get
set
Definition at line
62
of file
XmlDeclaration.cs
.
63
{
64
get
65
{
66
return
this.
standalone
;
67
}
68
set
69
{
70
if
(
value
!=
null
)
71
{
72
if
(
value
._stringLength != 0)
73
{
74
bool
flag =
value
==
"yes"
;
75
bool
flag2
=
value
==
"no"
;
76
}
77
this.standalone
=
value
;
78
return
;
79
}
80
}
81
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Xml.XmlDeclaration.standalone
string standalone
Definition
XmlDeclaration.cs:222
System.ExceptionArgument.value
@ value
System
Xml
XmlDeclaration
Generated by
1.10.0