Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ProcessContentsCorrect
XmlSchemaContentProcessing
System.Xml.Schema.XmlSchemaAnyAttribute.ProcessContentsCorrect
get
package
Definition at line
55
of file
XmlSchemaAnyAttribute.cs
.
56
{
57
get
58
{
59
if
(
_processContents
!= 0)
60
{
61
return
_processContents
;
62
}
63
return
XmlSchemaContentProcessing.Strict;
64
}
65
}
System.Xml.Schema.XmlSchemaAnyAttribute._processContents
XmlSchemaContentProcessing _processContents
Definition
XmlSchemaAnyAttribute.cs:10
System
Xml
Schema
XmlSchemaAnyAttribute
Generated by
1.10.0