m
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Xml.Schema
|
||||
{
|
||||
/// <summary>Represents the <see langword="minLength" /> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the minimum length of the data value of a <see langword="simpleType" /> element. The length must be greater than the value of the <see langword="minLength" /> element.</summary>
|
||||
// Token: 0x0200022D RID: 557
|
||||
[Token(Token = "0x200022D")]
|
||||
public class XmlSchemaMinLengthFacet : XmlSchemaNumericFacet
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaMinLengthFacet" /> class.</summary>
|
||||
// Token: 0x0600162E RID: 5678 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600162E")]
|
||||
[Address(RVA = "0x839490", Offset = "0x838490", VA = "0x180839490")]
|
||||
public XmlSchemaMinLengthFacet()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user