Files
27Aug2021-Cpp2IL-Dump/System.Xml/System/Xml/Schema/XmlSchemaMaxExclusiveFacet.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

20 lines
901 B
C#

using System;
using Cpp2IlInjected;
namespace System.Xml.Schema
{
/// <summary>Represents the <see langword="maxExclusive" /> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the maximum value of a <see langword="simpleType" /> element. The element value must be less than the value of the <see langword="maxExclusive" /> element.</summary>
// Token: 0x02000233 RID: 563
[Token(Token = "0x2000233")]
public class XmlSchemaMaxExclusiveFacet : XmlSchemaFacet
{
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaMaxExclusiveFacet" /> class.</summary>
// Token: 0x06001634 RID: 5684 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001634")]
[Address(RVA = "0x8393F0", Offset = "0x8383F0", VA = "0x1808393F0")]
public XmlSchemaMaxExclusiveFacet()
{
}
}
}