m
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Google.Protobuf.Reflection
|
||||
{
|
||||
// Token: 0x02000094 RID: 148
|
||||
[Token(Token = "0x2000094")]
|
||||
public sealed class DescriptorValidationException : Exception
|
||||
{
|
||||
// Token: 0x060004EB RID: 1259 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x60004EB")]
|
||||
[Address(RVA = "0x29C7F80", Offset = "0x29C6F80", VA = "0x1829C7F80")]
|
||||
internal DescriptorValidationException(IDescriptor problemDescriptor, string description)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0400020D RID: 525
|
||||
[FieldOffset(Offset = "0x88")]
|
||||
[Token(Token = "0x400020D")]
|
||||
private readonly string name;
|
||||
|
||||
// Token: 0x0400020E RID: 526
|
||||
[FieldOffset(Offset = "0x90")]
|
||||
[Token(Token = "0x400020E")]
|
||||
private readonly string description;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user