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

20 lines
836 B
C#

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()
{
}
}
}