13 lines
295 B
C#
13 lines
295 B
C#
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);
|
|
}
|
|
}
|