This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,20 @@
using System;
using Cpp2IlInjected;
namespace Singular.Newtonsoft.Json.Converters
{
// Token: 0x020000F5 RID: 245
[Token(Token = "0x20000AC")]
internal interface IXmlElement : IXmlNode
{
// Token: 0x06000937 RID: 2359
[Token(Token = "0x600082D")]
[Address(Slot = "0")]
void SetAttributeNode(IXmlNode attribute);
// Token: 0x06000938 RID: 2360
[Token(Token = "0x600082E")]
[Address(Slot = "1")]
string GetPrefixOfNamespace(string namespaceURI);
}
}