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
◆
Value
string System.Xml.Linq.XAttribute.Value
get
set
Definition at line
74
of file
XAttribute.cs
.
75
{
76
get
77
{
78
return
this.
value
;
79
}
80
set
81
{
82
while
(
value
==
null
)
83
{
84
}
85
XAttribute
.ValidateAttribute(this.
name
,
value
);
86
if
(!
true
)
87
{
88
}
89
this.value
=
value
;
90
if
(!
true
)
91
{
92
}
93
}
94
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Xml.Linq.XAttribute.XAttribute
XAttribute(XName name, object value)
Definition
XAttribute.cs:10
System.Xml.Linq.XAttribute.name
XName name
Definition
XAttribute.cs:158
System.Xml.Linq.XAttribute.value
string value
Definition
XAttribute.cs:161
System
Xml
Linq
XAttribute
Generated by
1.10.0