m
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user