Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

20 lines
788 B
C#

using System;
using Cpp2IlInjected;
namespace System.Xml.Schema
{
/// <summary>Represents the <see langword="pattern" /> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class can be used to specify a restriction on the value entered for a <see langword="simpleType" /> element.</summary>
// Token: 0x0200022F RID: 559
[Token(Token = "0x200022F")]
public class XmlSchemaPatternFacet : XmlSchemaFacet
{
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaPatternFacet" /> class.</summary>
// Token: 0x06001630 RID: 5680 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001630")]
[Address(RVA = "0x83B060", Offset = "0x83A060", VA = "0x18083B060")]
public XmlSchemaPatternFacet()
{
}
}
}