Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ operator uint()

static System.Xml.Linq.XElement.operator uint ( XElement element)
inlineexplicitstatic

Definition at line 747 of file XElement.cs.

748 {
749 if (element == null)
750 {
751 throw new ArgumentNullException("element");
752 }
753 return XmlConvert.ToUInt32(element.Value);
754 }

References System.Xml.XmlConvert.ToUInt32(), and System.Xml.Linq.XElement.Value.