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: 0x020000F1 RID: 241
[Token(Token = "0x20000F1")]
internal class Ucs4Decoder3412 : Ucs4Decoder
{
// Token: 0x06000BDA RID: 3034 RVA: 0x00006798 File Offset: 0x00004998
[Token(Token = "0x6000BDA")]
[Address(RVA = "0x676AB0", Offset = "0x675AB0", VA = "0x180676AB0", Slot = "13")]
internal override int GetFullChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
{
return 0;
}
// Token: 0x06000BDB RID: 3035 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000BDB")]
[Address(RVA = "0x6767E0", Offset = "0x6757E0", VA = "0x1806767E0")]
public Ucs4Decoder3412()
{
}
}
}