m
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Xml.Schema
|
||||
{
|
||||
/// <summary>Represents the <see langword="length" /> facet from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the length of a <see langword="simpleType" /> element on the data type.</summary>
|
||||
// Token: 0x0200022C RID: 556
|
||||
[Token(Token = "0x200022C")]
|
||||
public class XmlSchemaLengthFacet : XmlSchemaNumericFacet
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaLengthFacet" /> class.</summary>
|
||||
// Token: 0x0600162D RID: 5677 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600162D")]
|
||||
[Address(RVA = "0x8393D0", Offset = "0x8383D0", VA = "0x1808393D0")]
|
||||
public XmlSchemaLengthFacet()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user