Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Datatype_normalizedStringV1Compat.cs
Go to the documentation of this file.
1
namespace
System.Xml.Schema
;
2
3
internal
class
Datatype_normalizedStringV1Compat
:
Datatype_string
4
{
5
public
override
XmlTypeCode
TypeCode
=>
XmlTypeCode
.NormalizedString;
6
7
internal
override
bool
HasValueFacets
=>
true
;
8
}
System.Xml.Schema.Datatype_normalizedStringV1Compat.HasValueFacets
override bool HasValueFacets
Definition
Datatype_normalizedStringV1Compat.cs:7
System.Xml.Schema.Datatype_normalizedStringV1Compat
Definition
Datatype_normalizedStringV1Compat.cs:4
System.Xml.Schema.Datatype_string
Definition
Datatype_string.cs:4
System.Xml.Schema.XmlTypeCode
XmlTypeCode
Definition
XmlTypeCode.cs:4
System.Xml.Schema
Definition
Extensions.cs:3
System.TypeCode
TypeCode
Definition
TypeCode.cs:4
source
System.Private.Xml
System.Xml.Schema
Datatype_normalizedStringV1Compat.cs
Generated by
1.10.0