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: 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)
|
|
{
|
|
}
|
|
|
|
/// <summary>Gets the name of the label.</summary>
|
|
/// <returns>The name of the label.</returns>
|
|
// 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;
|
|
}
|
|
}
|
|
|
|
/// <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: 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;
|
|
}
|
|
}
|
|
|
|
/// <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: 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;
|
|
}
|
|
}
|
|
}
|