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,26 @@
using System;
using System.Xml.Schema;
using Cpp2IlInjected;
namespace System.Xml
{
// Token: 0x02000048 RID: 72
[Token(Token = "0x2000048")]
internal interface IValidationEventHandling
{
// Token: 0x1700008E RID: 142
// (get) Token: 0x06000212 RID: 530
[Token(Token = "0x1700008E")]
object EventHandler
{
[Token(Token = "0x6000212")]
[Address(Slot = "0")]
get;
}
// Token: 0x06000213 RID: 531
[Token(Token = "0x6000213")]
[Address(Slot = "1")]
void SendEvent(Exception exception, XmlSeverityType severity);
}
}