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
+25
View File
@@ -0,0 +1,25 @@
using System;
using Cpp2IlInjected;
namespace System.Xml
{
// Token: 0x02000078 RID: 120
[Token(Token = "0x2000078")]
internal class Ucs4Decoder1234 : Ucs4Decoder
{
// Token: 0x0600050C RID: 1292 RVA: 0x000040E0 File Offset: 0x000022E0
[Token(Token = "0x600050C")]
[Address(RVA = "0x5C0BC0", Offset = "0x5BF9C0", VA = "0x1805C0BC0", Slot = "13")]
internal override int GetFullChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
{
return 0;
}
// Token: 0x0600050D RID: 1293 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600050D")]
[Address(RVA = "0x5C0E40", Offset = "0x5BFC40", VA = "0x1805C0E40")]
public Ucs4Decoder1234()
{
}
}
}