16 lines
308 B
C#
16 lines
308 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace Google.Protobuf
|
|
{
|
|
// Token: 0x0200000D RID: 13
|
|
[Token(Token = "0x200000D")]
|
|
public interface ICustomDiagnosticMessage : IMessage
|
|
{
|
|
// Token: 0x060000A8 RID: 168
|
|
[Token(Token = "0x60000A8")]
|
|
[Address(Slot = "0")]
|
|
string ToDiagnosticString();
|
|
}
|
|
}
|