Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsFixed
virtual
bool
System.Xml.Schema.XmlSchemaFacet.IsFixed
get
set
inherited
Definition at line
29
of file
XmlSchemaFacet.cs
.
30
{
31
get
32
{
33
return
_isFixed
;
34
}
35
set
36
{
37
if
(!(
this
is
XmlSchemaEnumerationFacet) && !(
this
is
XmlSchemaPatternFacet))
38
{
39
_isFixed
=
value
;
40
}
41
}
42
}
System.Xml.Schema.XmlSchemaFacet._isFixed
bool _isFixed
Definition
XmlSchemaFacet.cs:10
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System
Xml
Schema
XmlSchemaWhiteSpaceFacet
Generated by
1.10.0