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
+25
View File
@@ -0,0 +1,25 @@
using System;
using Cpp2IlInjected;
namespace System.Xml
{
// Token: 0x020000EF RID: 239
[Token(Token = "0x20000EF")]
internal class Ucs4Decoder1234 : Ucs4Decoder
{
// Token: 0x06000BD6 RID: 3030 RVA: 0x00006768 File Offset: 0x00004968
[Token(Token = "0x6000BD6")]
[Address(RVA = "0x676560", Offset = "0x675560", VA = "0x180676560", Slot = "13")]
internal override int GetFullChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
{
return 0;
}
// Token: 0x06000BD7 RID: 3031 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000BD7")]
[Address(RVA = "0x6767E0", Offset = "0x6757E0", VA = "0x1806767E0")]
public Ucs4Decoder1234()
{
}
}
}