using System;
using System.Runtime.CompilerServices;
using Cpp2IlInjected;
namespace System.Linq.Expressions
{
/// Used to represent the target of a .
// 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)
{
}
/// Gets the name of the label.
/// The name of the label.
// 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;
}
}
/// The type of value that is passed when jumping to the label (or if no value should be passed).
/// The object representing the type of the value that is passed when jumping to the label or if no value should be passed
// 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;
}
}
/// Returns a that represents the current .
/// A that represents the current .
// 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;
}
}
}