12 lines
279 B
C#
12 lines
279 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Runtime.Serialization
|
|
{
|
|
// Token: 0x02000438 RID: 1080
|
|
// (Invoke) Token: 0x06002465 RID: 9317
|
|
[Token(Token = "0x2000438")]
|
|
[Serializable]
|
|
internal delegate void SerializationEventHandler(StreamingContext context);
|
|
}
|