a
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Xml
|
||||
{
|
||||
// Token: 0x0200000A RID: 10
|
||||
[Token(Token = "0x200000A")]
|
||||
internal static class BinHexEncoder
|
||||
{
|
||||
// Token: 0x06000037 RID: 55 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000037")]
|
||||
[Address(RVA = "0x4AA100", Offset = "0x4A8F00", VA = "0x1804AA100")]
|
||||
internal static string Encode(byte[] inArray, int offsetIn, int count)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06000038 RID: 56 RVA: 0x000022C8 File Offset: 0x000004C8
|
||||
[Token(Token = "0x6000038")]
|
||||
[Address(RVA = "0x4AA3A0", Offset = "0x4A91A0", VA = "0x1804AA3A0")]
|
||||
private static int Encode(byte[] inArray, int offsetIn, int count, char[] outArray)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user