m
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Xml.Schema
|
||||
{
|
||||
/// <summary>Represents the <see langword="minExclusive" /> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the minimum value of a <see langword="simpleType" /> element. The element value must be greater than the value of the <see langword="minExclusive" /> element.</summary>
|
||||
// Token: 0x02000231 RID: 561
|
||||
[Token(Token = "0x2000231")]
|
||||
public class XmlSchemaMinExclusiveFacet : XmlSchemaFacet
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaMinExclusiveFacet" /> class.</summary>
|
||||
// Token: 0x06001632 RID: 5682 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6001632")]
|
||||
[Address(RVA = "0x839450", Offset = "0x838450", VA = "0x180839450")]
|
||||
public XmlSchemaMinExclusiveFacet()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user