Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaSubstitutionGroupV1Compat.cs
Go to the documentation of this file.
1
using
System.Xml.Serialization
;
2
3
namespace
System.Xml.Schema
;
4
5
internal
sealed
class
XmlSchemaSubstitutionGroupV1Compat
:
XmlSchemaSubstitutionGroup
6
{
7
private
readonly
XmlSchemaChoice
_choice
=
new
XmlSchemaChoice
();
8
9
[XmlIgnore]
10
internal
XmlSchemaChoice
Choice
=>
_choice
;
11
}
System.Xml.Schema.XmlSchemaChoice
Definition
XmlSchemaChoice.cs:6
System.Xml.Schema.XmlSchemaSubstitutionGroupV1Compat.Choice
XmlSchemaChoice Choice
Definition
XmlSchemaSubstitutionGroupV1Compat.cs:10
System.Xml.Schema.XmlSchemaSubstitutionGroupV1Compat._choice
readonly XmlSchemaChoice _choice
Definition
XmlSchemaSubstitutionGroupV1Compat.cs:7
System.Xml.Schema.XmlSchemaSubstitutionGroupV1Compat
Definition
XmlSchemaSubstitutionGroupV1Compat.cs:6
System.Xml.Schema.XmlSchemaSubstitutionGroup
Definition
XmlSchemaSubstitutionGroup.cs:7
System.Xml.Schema
Definition
Extensions.cs:3
System.Xml.Serialization
Definition
DateTimeSerializationSection.cs:1
source
System.Private.Xml
System.Xml.Schema
XmlSchemaSubstitutionGroupV1Compat.cs
Generated by
1.10.0