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

◆ operator ulong()

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

Definition at line 789 of file XElement.cs.

790 {
791 if (element == null)
792 {
793 throw new ArgumentNullException("element");
794 }
795 return XmlConvert.ToUInt64(element.Value);
796 }

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