Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

12 lines
334 B
C#

using System;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace Newtonsoft.Json.Serialization
{
// Token: 0x0200008D RID: 141
// (Invoke) Token: 0x060002F2 RID: 754
[Token(Token = "0x200008D")]
public delegate void SerializationErrorCallback(object o, StreamingContext context, ErrorContext errorContext);
}