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

◆ operator ulong()

static System.Xml.Linq.XAttribute.operator ulong ( XAttribute attribute)
inlineexplicitstatic

Definition at line 240 of file XAttribute.cs.

241 {
242 if (attribute == null)
243 {
244 throw new ArgumentNullException("attribute");
245 }
246 return XmlConvert.ToUInt64(attribute.value);
247 }

References System.Xml.XmlConvert.ToUInt64().