Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsMixed
bool
System.Xml.Schema.XmlSchemaComplexContent.IsMixed
get
set
Definition at line
14
of file
XmlSchemaComplexContent.cs
.
15
{
16
get
17
{
18
return
_isMixed
;
19
}
20
set
21
{
22
_isMixed
=
value
;
23
_hasMixedAttribute
=
true
;
24
}
25
}
System.Xml.Schema.XmlSchemaComplexContent._hasMixedAttribute
bool _hasMixedAttribute
Definition
XmlSchemaComplexContent.cs:11
System.Xml.Schema.XmlSchemaComplexContent._isMixed
bool _isMixed
Definition
XmlSchemaComplexContent.cs:9
System.ExceptionArgument.value
@ value
System
Xml
Schema
XmlSchemaComplexContent
Generated by
1.10.0