Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator bool()
static System.Xml.Linq.XAttribute.operator
bool
(
XAttribute
attribute
)
inline
explicit
static
Definition at line
156
of file
XAttribute.cs
.
157
{
158
if
(
attribute
==
null
)
159
{
160
throw
new
ArgumentNullException(
"attribute"
);
161
}
162
return
XmlConvert.ToBoolean(
attribute
.value.ToLowerInvariant());
163
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
References
System.Xml.XmlConvert.ToBoolean()
.
System
Xml
Linq
XAttribute
Generated by
1.10.0