using System;
using System.Runtime.InteropServices;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System.Reflection
{
/// Represents a missing . This class cannot be inherited.
// Token: 0x0200022C RID: 556
[Token(Token = "0x200022C")]
[ComVisible(true)]
[Serializable]
public sealed class Missing : ISerializable
{
// Token: 0x06001427 RID: 5159 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001427")]
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080")]
private Missing()
{
}
/// Sets a object with the logical context information needed to recreate the sole instance of the object.
/// The object to be populated with serialization information.
/// The object representing the destination context of the serialization.
///
/// is .
// Token: 0x06001428 RID: 5160 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001428")]
[Address(RVA = "0x2A0B0C0", Offset = "0x2A09EC0", VA = "0x182A0B0C0", Slot = "4")]
void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
{
}
/// Represents the sole instance of the class.
// Token: 0x04000AC1 RID: 2753
[Token(Token = "0x4000AC1")]
public static readonly Missing Value;
}
}