Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator Guid?()
static System.Xml.Linq.XElement.operator
Guid
?
(
XElement
?
element
)
inline
explicit
static
Definition at line
947
of file
XElement.cs
.
948
{
949
if
(element ==
null
)
950
{
951
return
null
;
952
}
953
return
XmlConvert.ToGuid(element.Value);
954
}
References
System.Xml.XmlConvert.ToGuid()
.
System
Xml
Linq
XElement
Generated by
1.10.0