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

◆ operator long()

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

Definition at line 768 of file XElement.cs.

769 {
770 if (element == null)
771 {
772 throw new ArgumentNullException("element");
773 }
774 return XmlConvert.ToInt64(element.Value);
775 }

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