m
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user