6992685b86
Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
21 lines
316 B
C#
21 lines
316 B
C#
using System.Reflection;
|
|
using System.Runtime.Serialization;
|
|
|
|
namespace System.Runtime.Remoting.Metadata
|
|
{
|
|
class RemotingCachedData
|
|
{
|
|
|
|
}
|
|
|
|
class RemotingFieldCachedData
|
|
{
|
|
internal RemotingFieldCachedData(RuntimeFieldInfo ri)
|
|
{
|
|
}
|
|
|
|
internal RemotingFieldCachedData(SerializationFieldInfo ri)
|
|
{
|
|
}
|
|
}
|
|
} |