Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Datatype_untypedAtomicType.cs
Go to the documentation of this file.
1
namespace
System.Xml.Schema
;
2
3
internal
sealed
class
Datatype_untypedAtomicType
:
Datatype_anyAtomicType
4
{
5
internal
override
XmlSchemaWhiteSpace
BuiltInWhitespaceFacet
=>
XmlSchemaWhiteSpace
.Preserve;
6
7
public
override
XmlTypeCode
TypeCode
=>
XmlTypeCode
.UntypedAtomic;
8
9
internal
override
XmlValueConverter
CreateValueConverter
(
XmlSchemaType
schemaType)
10
{
11
return
XmlUntypedConverter
.
Untyped
;
12
}
13
}
System.Xml.Schema.Datatype_anyAtomicType
Definition
Datatype_anyAtomicType.cs:4
System.Xml.Schema.Datatype_untypedAtomicType.BuiltInWhitespaceFacet
override XmlSchemaWhiteSpace BuiltInWhitespaceFacet
Definition
Datatype_untypedAtomicType.cs:5
System.Xml.Schema.Datatype_untypedAtomicType.CreateValueConverter
override XmlValueConverter CreateValueConverter(XmlSchemaType schemaType)
Definition
Datatype_untypedAtomicType.cs:9
System.Xml.Schema.Datatype_untypedAtomicType
Definition
Datatype_untypedAtomicType.cs:4
System.Xml.Schema.XmlSchemaType
Definition
XmlSchemaType.cs:8
System.Xml.Schema.XmlUntypedConverter.Untyped
static readonly XmlValueConverter Untyped
Definition
XmlUntypedConverter.cs:7
System.Xml.Schema.XmlUntypedConverter
Definition
XmlUntypedConverter.cs:4
System.Xml.Schema.XmlValueConverter
Definition
XmlValueConverter.cs:4
System.Xml.Schema.XmlSchemaWhiteSpace
XmlSchemaWhiteSpace
Definition
XmlSchemaWhiteSpace.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_untypedAtomicType.cs
Generated by
1.10.0