Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

20 lines
905 B
C#

using System;
using Cpp2IlInjected;
namespace System.Xml.Schema
{
/// <summary>Represents the <see langword="maxLength" /> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the maximum length of the data value of a <see langword="simpleType" /> element. The length must be less than the value of the <see langword="maxLength" /> element.</summary>
// Token: 0x0200022E RID: 558
[Token(Token = "0x200022E")]
public class XmlSchemaMaxLengthFacet : XmlSchemaNumericFacet
{
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaMaxLengthFacet" /> class.</summary>
// Token: 0x0600162F RID: 5679 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600162F")]
[Address(RVA = "0x839430", Offset = "0x838430", VA = "0x180839430")]
public XmlSchemaMaxLengthFacet()
{
}
}
}