using System; using System.Runtime.InteropServices; using System.Runtime.Serialization; using Cpp2IlInjected; namespace System.Reflection { /// Represents a missing . This class cannot be inherited. // Token: 0x02000233 RID: 563 [Token(Token = "0x2000233")] [ComVisible(true)] [Serializable] public sealed class Missing : ISerializable { // Token: 0x06001465 RID: 5221 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6001465")] [Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")] 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: 0x06001466 RID: 5222 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6001466")] [Address(RVA = "0x30BCD40", Offset = "0x30BBD40", VA = "0x1830BCD40", Slot = "4")] void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context) { } /// Represents the sole instance of the class. // Token: 0x04000ACB RID: 2763 [Token(Token = "0x4000ACB")] public static readonly Missing Value; } }