23 lines
951 B
C#
23 lines
951 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
/// <summary>Indicates whether a method in Visual Basic is marked with the <see langword="Iterator" /> modifier.</summary>
|
|
// Token: 0x02000541 RID: 1345
|
|
[Token(Token = "0x2000541")]
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
[Serializable]
|
|
public sealed class IteratorStateMachineAttribute : StateMachineAttribute
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.IteratorStateMachineAttribute" /> class.</summary>
|
|
/// <param name="stateMachineType">The type object for the underlying state machine type that's used to implement a state machine method.</param>
|
|
// Token: 0x06002A32 RID: 10802 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6002A32")]
|
|
[Address(RVA = "0x462000", Offset = "0x460E00", VA = "0x180462000")]
|
|
public IteratorStateMachineAttribute(Type stateMachineType)
|
|
{
|
|
}
|
|
}
|
|
}
|