12 lines
279 B
C#
12 lines
279 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Runtime.Serialization
|
|
{
|
|
// Token: 0x02000454 RID: 1108
|
|
// (Invoke) Token: 0x06002671 RID: 9841
|
|
[Token(Token = "0x2000454")]
|
|
[Serializable]
|
|
internal delegate void SerializationEventHandler(StreamingContext context);
|
|
}
|