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

20 lines
798 B
C#

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()
{
}
}
}