m
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Xml
|
||||
{
|
||||
// Token: 0x02000023 RID: 35
|
||||
[Token(Token = "0x2000023")]
|
||||
internal static class BinHexEncoder
|
||||
{
|
||||
// Token: 0x060000A9 RID: 169 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60000A9")]
|
||||
[Address(RVA = "0xA6E6E0", Offset = "0xA6D6E0", VA = "0x180A6E6E0")]
|
||||
internal static void Encode(byte[] buffer, int index, int count, XmlWriter writer)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060000AA RID: 170 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x60000AA")]
|
||||
[Address(RVA = "0xA6E3E0", Offset = "0xA6D3E0", VA = "0x180A6E3E0")]
|
||||
internal static string Encode(byte[] inArray, int offsetIn, int count)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x060000AB RID: 171 RVA: 0x000026B8 File Offset: 0x000008B8
|
||||
[Token(Token = "0x60000AB")]
|
||||
[Address(RVA = "0xA6E560", Offset = "0xA6D560", VA = "0x180A6E560")]
|
||||
private static int Encode(byte[] inArray, int offsetIn, int count, char[] outArray)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user