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

◆ operator int()

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

Definition at line 177 of file XAttribute.cs.

178 {
179 if (attribute == null)
180 {
181 throw new ArgumentNullException("attribute");
182 }
183 return XmlConvert.ToInt32(attribute.value);
184 }

References System.Xml.XmlConvert.ToInt32().