oh dear
This commit is contained in:
@@ -0,0 +1,73 @@
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
using System.Xml.Serialization;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Xml.Schema
|
||||
{
|
||||
/// <summary>Represents the World Wide Web Consortium (W3C) <see langword="any" /> element.</summary>
|
||||
// Token: 0x0200010A RID: 266
|
||||
[Token(Token = "0x200010A")]
|
||||
public class XmlSchemaAny : XmlSchemaParticle
|
||||
{
|
||||
/// <summary>Gets or sets information about how an application or XML processor should handle the validation of XML documents for the elements specified by the <see langword="any" /> element.</summary>
|
||||
/// <returns>One of the <see cref="T:System.Xml.Schema.XmlSchemaContentProcessing" /> values. If no <see langword="processContents" /> attribute is specified, the default is <see langword="Strict" />.</returns>
|
||||
// Token: 0x170002F3 RID: 755
|
||||
// (set) Token: 0x06000849 RID: 2121 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x170002F3")]
|
||||
[XmlAttribute("processContents")]
|
||||
[DefaultValue(null)]
|
||||
public XmlSchemaContentProcessing ProcessContents
|
||||
{
|
||||
[Token(Token = "0x6000849")]
|
||||
[Address(RVA = "0x445D00", Offset = "0x444B00", VA = "0x180445D00")]
|
||||
set
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x170002F4 RID: 756
|
||||
// (get) Token: 0x0600084A RID: 2122 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x170002F4")]
|
||||
[XmlIgnore]
|
||||
internal NamespaceList NamespaceList
|
||||
{
|
||||
[Token(Token = "0x600084A")]
|
||||
[Address(RVA = "0x3FA170", Offset = "0x3F8F70", VA = "0x1803FA170")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600084B RID: 2123 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600084B")]
|
||||
[Address(RVA = "0x5CF110", Offset = "0x5CDF10", VA = "0x1805CF110")]
|
||||
internal void BuildNamespaceList(string targetNamespace)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAny" /> class.</summary>
|
||||
// Token: 0x0600084C RID: 2124 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600084C")]
|
||||
[Address(RVA = "0x5CF190", Offset = "0x5CDF90", VA = "0x1805CF190")]
|
||||
public XmlSchemaAny()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000405 RID: 1029
|
||||
[FieldOffset(Offset = "0x38")]
|
||||
[Token(Token = "0x4000405")]
|
||||
private string ns;
|
||||
|
||||
// Token: 0x04000406 RID: 1030
|
||||
[FieldOffset(Offset = "0x40")]
|
||||
[Token(Token = "0x4000406")]
|
||||
private XmlSchemaContentProcessing processContents;
|
||||
|
||||
// Token: 0x04000407 RID: 1031
|
||||
[FieldOffset(Offset = "0x48")]
|
||||
[Token(Token = "0x4000407")]
|
||||
private NamespaceList namespaceList;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user