This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,24 @@
using System;
using Cpp2IlInjected;
namespace System.Xml.Schema
{
/// <summary>Provides schema compilation options for the <see cref="T:System.Xml.Schema.XmlSchemaSet" /> class This class cannot be inherited.</summary>
// Token: 0x0200010E RID: 270
[Token(Token = "0x200010E")]
public sealed class XmlSchemaCompilationSettings
{
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaCompilationSettings" /> class. </summary>
// Token: 0x06000851 RID: 2129 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000851")]
[Address(RVA = "0x5CF1F0", Offset = "0x5CDFF0", VA = "0x1805CF1F0")]
public XmlSchemaCompilationSettings()
{
}
// Token: 0x0400040C RID: 1036
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x400040C")]
private bool enableUpaCheck;
}
}