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

◆ operator Guid()

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

Definition at line 936 of file XElement.cs.

937 {
938 if (element == null)
939 {
940 throw new ArgumentNullException("element");
941 }
942 return XmlConvert.ToGuid(element.Value);
943 }

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