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

20 lines
648 B
C#

using System;
using Cpp2IlInjected;
namespace System.Xml.Schema
{
/// <summary>Represents the World Wide Web Consortium (W3C) <see langword="whiteSpace" /> facet.</summary>
// Token: 0x02000237 RID: 567
[Token(Token = "0x2000237")]
public class XmlSchemaWhiteSpaceFacet : XmlSchemaFacet
{
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaWhiteSpaceFacet" /> class.</summary>
// Token: 0x06001638 RID: 5688 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001638")]
[Address(RVA = "0x57A070", Offset = "0x579070", VA = "0x18057A070")]
public XmlSchemaWhiteSpaceFacet()
{
}
}
}