25 lines
826 B
C#
25 lines
826 B
C#
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;
|
|
}
|
|
}
|