20 lines
913 B
C#
20 lines
913 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Xml.Schema
|
|
{
|
|
/// <summary>Represents the <see langword="maxInclusive" /> 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 or equal to the value of the <see langword="maxInclusive" /> element.</summary>
|
|
// Token: 0x02000234 RID: 564
|
|
[Token(Token = "0x2000234")]
|
|
public class XmlSchemaMaxInclusiveFacet : XmlSchemaFacet
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaMaxInclusiveFacet" /> class.</summary>
|
|
// Token: 0x06001635 RID: 5685 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6001635")]
|
|
[Address(RVA = "0x839410", Offset = "0x838410", VA = "0x180839410")]
|
|
public XmlSchemaMaxInclusiveFacet()
|
|
{
|
|
}
|
|
}
|
|
}
|