Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaMinExclusiveFacet.cs
Go to the documentation of this file.
1
namespace
System.Xml.Schema
;
2
3
public
class
XmlSchemaMinExclusiveFacet
:
XmlSchemaFacet
4
{
5
public
XmlSchemaMinExclusiveFacet
()
6
{
7
base.FacetType
=
FacetType
.MinExclusive;
8
}
9
}
System.Xml.Schema.XmlSchemaFacet
Definition
XmlSchemaFacet.cs:7
System.Xml.Schema.XmlSchemaMinExclusiveFacet.XmlSchemaMinExclusiveFacet
XmlSchemaMinExclusiveFacet()
Definition
XmlSchemaMinExclusiveFacet.cs:5
System.Xml.Schema.XmlSchemaMinExclusiveFacet
Definition
XmlSchemaMinExclusiveFacet.cs:4
System.Xml.Schema.FacetType
FacetType
Definition
FacetType.cs:4
System.Xml.Schema
Definition
Extensions.cs:3
System.Xml.ValueHandleType.Dictionary
@ Dictionary
source
System.Private.Xml
System.Xml.Schema
XmlSchemaMinExclusiveFacet.cs
Generated by
1.10.0