m
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Xml.Schema
|
||||
{
|
||||
/// <summary>Represents the <see langword="enumeration" /> facet from XML Schema as specified by the World Wide Web Consortium (W3C). This class specifies a list of valid values for a simpleType element. Declaration is contained within a <see langword="restriction" /> declaration.</summary>
|
||||
// Token: 0x02000230 RID: 560
|
||||
[Token(Token = "0x2000230")]
|
||||
public class XmlSchemaEnumerationFacet : XmlSchemaFacet
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaEnumerationFacet" /> class.</summary>
|
||||
// Token: 0x06001631 RID: 5681 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6001631")]
|
||||
[Address(RVA = "0x82E080", Offset = "0x82D080", VA = "0x18082E080")]
|
||||
public XmlSchemaEnumerationFacet()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user