using System;
using System.Runtime.CompilerServices;
using Cpp2IlInjected;
namespace System.Linq.Expressions
{
/// Used to represent the target of a .
// Token: 0x0200009E RID: 158
[Token(Token = "0x200009E")]
public sealed class LabelTarget
{
// Token: 0x060004E4 RID: 1252 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60004E4")]
[Address(RVA = "0xE5DFE0", Offset = "0xE5CFE0", VA = "0x180E5DFE0")]
internal LabelTarget(Type type, string name)
{
}
/// Gets the name of the label.
/// The name of the label.
// Token: 0x170000B7 RID: 183
// (get) Token: 0x060004E5 RID: 1253 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x170000B7")]
public string Name
{
[Token(Token = "0x60004E5")]
[Address(RVA = "0x411530", Offset = "0x410530", VA = "0x180411530")]
[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: 0x170000B8 RID: 184
// (get) Token: 0x060004E6 RID: 1254 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x170000B8")]
public Type Type
{
[Token(Token = "0x60004E6")]
[Address(RVA = "0x4157B0", Offset = "0x4147B0", VA = "0x1804157B0")]
[CompilerGenerated]
get
{
return null;
}
}
/// Returns a that represents the current .
/// A that represents the current .
// Token: 0x060004E7 RID: 1255 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60004E7")]
[Address(RVA = "0xE5DF90", Offset = "0xE5CF90", VA = "0x180E5DF90", Slot = "3")]
public override string ToString()
{
return null;
}
}
}