This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
using System;
using Cpp2IlInjected;
namespace System.Xml
{
// Token: 0x02000079 RID: 121
[Token(Token = "0x2000079")]
internal class Ucs4Decoder2143 : Ucs4Decoder
{
// Token: 0x0600050E RID: 1294 RVA: 0x000040F8 File Offset: 0x000022F8
[Token(Token = "0x600050E")]
[Address(RVA = "0x5C0E90", Offset = "0x5BFC90", VA = "0x1805C0E90", Slot = "13")]
internal override int GetFullChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
{
return 0;
}
// Token: 0x0600050F RID: 1295 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600050F")]
[Address(RVA = "0x5C0E40", Offset = "0x5BFC40", VA = "0x1805C0E40")]
public Ucs4Decoder2143()
{
}
}
}