using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Reflection.Emit { /// Represents a label in the instruction stream. is used in conjunction with the class. // Token: 0x0200026D RID: 621 [Token(Token = "0x200026D")] [ComVisible(true)] [Serializable] public struct Label { /// Checks if the given object is an instance of and is equal to this instance. /// The object to compare with this instance. /// /// if is an instance of and is equal to this object; otherwise, . // Token: 0x06001688 RID: 5768 RVA: 0x0000FD20 File Offset: 0x0000DF20 [Token(Token = "0x6001688")] [Address(RVA = "0x2A084D0", Offset = "0x2A072D0", VA = "0x182A084D0", Slot = "0")] public override bool Equals(object obj) { return default(bool); } /// Generates a hash code for this instance. /// A hash code for this instance. // Token: 0x06001689 RID: 5769 RVA: 0x0000FD38 File Offset: 0x0000DF38 [Token(Token = "0x6001689")] [Address(RVA = "0x164A950", Offset = "0x1649750", VA = "0x18164A950", Slot = "2")] public override int GetHashCode() { return 0; } // Token: 0x04000B7E RID: 2942 [global::Cpp2IlInjected.FieldOffset(Offset = "0x0")] [Token(Token = "0x4000B7E")] internal int label; } }