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

◆ XAttribute() [1/2]

System.Xml.Linq.XAttribute.XAttribute ( XName name,
object value )
inline

Definition at line 10 of file XAttribute.cs.

11 {
12 do
13 {
14 base..ctor();
15 if (name == null)
16 {
17 return;
18 }
19 }
20 while (value == null);
21 string stringValue = XContainer.GetStringValue(value);
22 XAttribute.ValidateAttribute(name, stringValue);
24 this.value = stringValue;
25 }
class f__AnonymousType0<< Count > j__TPar
XAttribute(XName name, object value)
Definition XAttribute.cs:10

References System.Xml.Linq.XContainer.GetStringValue(), j__TPar, System.Xml.Linq.XAttribute.name, System.Xml.Linq.XAttribute.ValidateAttribute(), and System.Xml.Linq.XAttribute.value.