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

◆ operator int()

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

Definition at line 726 of file XElement.cs.

727 {
728 if (element == null)
729 {
730 throw new ArgumentNullException("element");
731 }
732 return XmlConvert.ToInt32(element.Value);
733 }

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