Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XsdSimpleValue.cs
Go to the documentation of this file.
1
namespace
System.Xml.Schema
;
2
3
internal
sealed
class
XsdSimpleValue
4
{
5
private
readonly
XmlSchemaSimpleType
_xmlType
;
6
7
private
readonly
object
_typedValue
;
8
9
public
XmlSchemaSimpleType
XmlType
=>
_xmlType
;
10
11
public
object
TypedValue
=>
_typedValue
;
12
13
public
XsdSimpleValue
(
XmlSchemaSimpleType
st
,
object
value
)
14
{
15
_xmlType
=
st
;
16
_typedValue
=
value
;
17
}
18
}
System.Xml.Schema.XmlSchemaSimpleType
Definition
XmlSchemaSimpleType.cs:6
System.Xml.Schema.XsdSimpleValue.TypedValue
object TypedValue
Definition
XsdSimpleValue.cs:11
System.Xml.Schema.XsdSimpleValue._xmlType
readonly XmlSchemaSimpleType _xmlType
Definition
XsdSimpleValue.cs:5
System.Xml.Schema.XsdSimpleValue.XmlType
XmlSchemaSimpleType XmlType
Definition
XsdSimpleValue.cs:9
System.Xml.Schema.XsdSimpleValue._typedValue
readonly object _typedValue
Definition
XsdSimpleValue.cs:7
System.Xml.Schema.XsdSimpleValue.XsdSimpleValue
XsdSimpleValue(XmlSchemaSimpleType st, object value)
Definition
XsdSimpleValue.cs:13
System.Xml.Schema.XsdSimpleValue
Definition
XsdSimpleValue.cs:4
System.Xml.Schema
Definition
Extensions.cs:3
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
source
System.Private.Xml
System.Xml.Schema
XsdSimpleValue.cs
Generated by
1.10.0