m
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user