This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,31 @@
using System;
using Cpp2IlInjected;
namespace System.Xml.Schema
{
/// <summary>Represents the <see langword="include" /> element from XML Schema as specified by the World Wide Web Consortium (W3C). This class is used to include declarations and definitions from an external schema. The included declarations and definitions are then available for processing in the containing schema.</summary>
// Token: 0x02000242 RID: 578
[Token(Token = "0x2000242")]
public class XmlSchemaInclude : XmlSchemaExternal
{
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaInclude" /> class.</summary>
// Token: 0x0600166C RID: 5740 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600166C")]
[Address(RVA = "0x82F320", Offset = "0x82E320", VA = "0x18082F320")]
public XmlSchemaInclude()
{
}
// Token: 0x0600166D RID: 5741 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600166D")]
[Address(RVA = "0x417AC0", Offset = "0x416AC0", VA = "0x180417AC0", Slot = "10")]
internal override void AddAnnotation(XmlSchemaAnnotation annotation)
{
}
// Token: 0x04000C3C RID: 3132
[FieldOffset(Offset = "0x68")]
[Token(Token = "0x4000C3C")]
private XmlSchemaAnnotation annotation;
}
}