62 lines
2.1 KiB
C#
62 lines
2.1 KiB
C#
using System;
|
|
using System.Runtime.CompilerServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Linq.Expressions
|
|
{
|
|
/// <summary>Used to represent the target of a <see cref="T:System.Linq.Expressions.GotoExpression" />.</summary>
|
|
// Token: 0x02000093 RID: 147
|
|
[Token(Token = "0x2000093")]
|
|
public sealed class LabelTarget
|
|
{
|
|
// Token: 0x0600045D RID: 1117 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x600045D")]
|
|
[Address(RVA = "0x579630", Offset = "0x578430", VA = "0x180579630")]
|
|
internal LabelTarget(Type type, string name)
|
|
{
|
|
}
|
|
|
|
/// <summary>Gets the name of the label.</summary>
|
|
/// <returns>The name of the label.</returns>
|
|
// Token: 0x17000099 RID: 153
|
|
// (get) Token: 0x0600045E RID: 1118 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x17000099")]
|
|
public string Name
|
|
{
|
|
[Token(Token = "0x600045E")]
|
|
[Address(RVA = "0x3F6E20", Offset = "0x3F5C20", VA = "0x1803F6E20")]
|
|
[CompilerGenerated]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
/// <summary>The type of value that is passed when jumping to the label (or <see cref="T:System.Void" /> if no value should be passed).</summary>
|
|
/// <returns>The <see cref="T:System.Type" /> object representing the type of the value that is passed when jumping to the label or <see cref="T:System.Void" /> if no value should be passed</returns>
|
|
// Token: 0x1700009A RID: 154
|
|
// (get) Token: 0x0600045F RID: 1119 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x1700009A")]
|
|
public Type Type
|
|
{
|
|
[Token(Token = "0x600045F")]
|
|
[Address(RVA = "0x3F5F40", Offset = "0x3F4D40", VA = "0x1803F5F40")]
|
|
[CompilerGenerated]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
/// <summary>Returns a <see cref="T:System.String" /> that represents the current <see cref="T:System.Object" />.</summary>
|
|
/// <returns>A <see cref="T:System.String" /> that represents the current <see cref="T:System.Object" />.</returns>
|
|
// Token: 0x06000460 RID: 1120 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6000460")]
|
|
[Address(RVA = "0x5795E0", Offset = "0x5783E0", VA = "0x1805795E0", Slot = "3")]
|
|
public override string ToString()
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
}
|