a
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Reflection.Emit
|
||||
{
|
||||
/// <summary>Represents a label in the instruction stream. <see langword="Label" /> is used in conjunction with the <see cref="T:System.Reflection.Emit.ILGenerator" /> class.</summary>
|
||||
// Token: 0x0200026D RID: 621
|
||||
[Token(Token = "0x200026D")]
|
||||
[ComVisible(true)]
|
||||
[Serializable]
|
||||
public struct Label
|
||||
{
|
||||
/// <summary>Checks if the given object is an instance of <see langword="Label" /> and is equal to this instance.</summary>
|
||||
/// <param name="obj">The object to compare with this <see langword="Label" /> instance.</param>
|
||||
/// <returns>
|
||||
/// <see langword="true" /> if <paramref name="obj" /> is an instance of <see langword="Label" /> and is equal to this object; otherwise, <see langword="false" />.</returns>
|
||||
// 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);
|
||||
}
|
||||
|
||||
/// <summary>Generates a hash code for this instance.</summary>
|
||||
/// <returns>A hash code for this instance.</returns>
|
||||
// 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user