Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaMaxLengthFacet.cs
Go to the documentation of this file.
1
namespace
System.Xml.Schema
;
2
3
public
class
XmlSchemaMaxLengthFacet
:
XmlSchemaNumericFacet
4
{
5
public
XmlSchemaMaxLengthFacet
()
6
{
7
base.FacetType
=
FacetType
.MaxLength;
8
}
9
}
System.Xml.Schema.XmlSchemaMaxLengthFacet.XmlSchemaMaxLengthFacet
XmlSchemaMaxLengthFacet()
Definition
XmlSchemaMaxLengthFacet.cs:5
System.Xml.Schema.XmlSchemaMaxLengthFacet
Definition
XmlSchemaMaxLengthFacet.cs:4
System.Xml.Schema.XmlSchemaNumericFacet
Definition
XmlSchemaNumericFacet.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
XmlSchemaMaxLengthFacet.cs
Generated by
1.10.0