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: 0x02000274 RID: 628 [Token(Token = "0x2000274")] [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: 0x060016C7 RID: 5831 RVA: 0x00010080 File Offset: 0x0000E280 [Token(Token = "0x60016C7")] [Address(RVA = "0x30BA320", Offset = "0x30B9320", VA = "0x1830BA320", 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: 0x060016C8 RID: 5832 RVA: 0x00010098 File Offset: 0x0000E298 [Token(Token = "0x60016C8")] [Address(RVA = "0x592FE0", Offset = "0x591FE0", VA = "0x180592FE0", Slot = "2")] public override int GetHashCode() { return 0; } // Token: 0x04000B88 RID: 2952 [global::Cpp2IlInjected.FieldOffset(Offset = "0x0")] [Token(Token = "0x4000B88")] internal int label; } }