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
getset

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 }
90 if (!true)
91 {
92 }
93 }
94 }
class f__AnonymousType0<< Count > j__TPar
XAttribute(XName name, object value)
Definition XAttribute.cs:10