a
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Xml.Schema
|
||||
{
|
||||
/// <summary>Represents the validity of an XML item validated by the <see cref="T:System.Xml.Schema.XmlSchemaValidator" /> class.</summary>
|
||||
// Token: 0x02000127 RID: 295
|
||||
[Token(Token = "0x2000127")]
|
||||
public enum XmlSchemaValidity
|
||||
{
|
||||
/// <summary>The validity of the XML item is not known.</summary>
|
||||
// Token: 0x04000460 RID: 1120
|
||||
[Token(Token = "0x4000460")]
|
||||
NotKnown,
|
||||
/// <summary>The XML item is valid.</summary>
|
||||
// Token: 0x04000461 RID: 1121
|
||||
[Token(Token = "0x4000461")]
|
||||
Valid,
|
||||
/// <summary>The XML item is invalid.</summary>
|
||||
// Token: 0x04000462 RID: 1122
|
||||
[Token(Token = "0x4000462")]
|
||||
Invalid
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user