Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsCompiled
bool
System.Xml.Schema.XmlSchema.IsCompiled
get
Definition at line
177
of file
XmlSchema.cs
.
178
{
179
get
180
{
181
if
(!
_isCompiled
)
182
{
183
return
_isCompiledBySet
;
184
}
185
return
true
;
186
}
187
}
System.Xml.Schema.XmlSchema._isCompiled
bool _isCompiled
Definition
XmlSchema.cs:37
System.Xml.Schema.XmlSchema._isCompiledBySet
bool _isCompiledBySet
Definition
XmlSchema.cs:39
System
Xml
Schema
XmlSchema
Generated by
1.10.0