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

◆ operator long()

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

Definition at line 219 of file XAttribute.cs.

220 {
221 if (attribute == null)
222 {
223 throw new ArgumentNullException("attribute");
224 }
225 return XmlConvert.ToInt64(attribute.value);
226 }

References System.Xml.XmlConvert.ToInt64().