Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsEmpty
override
bool
System.Xml.Schema.XmlSchemaSequence.IsEmpty
get
package
Definition at line
16
of file
XmlSchemaSequence.cs
.
17
{
18
get
19
{
20
if
(!
base
.IsEmpty)
21
{
22
return
_items.Count
== 0;
23
}
24
return
true
;
25
}
26
}
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System
Xml
Schema
XmlSchemaSequence
Generated by
1.10.0