scripts
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Runtime.Serialization;
|
||||
|
||||
namespace System.Runtime.Remoting.Messaging
|
||||
{
|
||||
// Token: 0x020003F0 RID: 1008
|
||||
internal interface ISerializationRootObject
|
||||
{
|
||||
// Token: 0x06002732 RID: 10034
|
||||
void RootSetObjectData(SerializationInfo info, StreamingContext context);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user