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

20 lines
843 B
C#

using System;
using Cpp2IlInjected;
namespace System.Xml.Schema
{
/// <summary>Specifies a restriction on the number of digits that can be entered for the fraction value of a simpleType element. The value of fractionDigits must be a positive integer. Represents the World Wide Web Consortium (W3C) <see langword="fractionDigits" /> facet.</summary>
// Token: 0x02000236 RID: 566
[Token(Token = "0x2000236")]
public class XmlSchemaFractionDigitsFacet : XmlSchemaNumericFacet
{
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaFractionDigitsFacet" /> class.</summary>
// Token: 0x06001637 RID: 5687 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001637")]
[Address(RVA = "0x82EE80", Offset = "0x82DE80", VA = "0x18082EE80")]
public XmlSchemaFractionDigitsFacet()
{
}
}
}