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

20 lines
918 B
C#

using System;
using Cpp2IlInjected;
namespace System.Xml.Schema
{
/// <summary>Represents the <see langword="totalDigits" /> facet from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the number of digits that can be entered for the value of a <see langword="simpleType" /> element. That value of <see langword="totalDigits" /> must be a positive integer.</summary>
// Token: 0x02000235 RID: 565
[Token(Token = "0x2000235")]
public class XmlSchemaTotalDigitsFacet : XmlSchemaNumericFacet
{
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaTotalDigitsFacet" /> class.</summary>
// Token: 0x06001636 RID: 5686 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001636")]
[Address(RVA = "0x56D6D0", Offset = "0x56C6D0", VA = "0x18056D6D0")]
public XmlSchemaTotalDigitsFacet()
{
}
}
}