using System; using Cpp2IlInjected; namespace System.Runtime.CompilerServices { /// Indicates whether a method in Visual Basic is marked with the modifier. // Token: 0x0200055F RID: 1375 [Token(Token = "0x200055F")] [AttributeUsage(AttributeTargets.Method)] [Serializable] public sealed class IteratorStateMachineAttribute : StateMachineAttribute { /// Initializes a new instance of the class. /// The type object for the underlying state machine type that's used to implement a state machine method. // Token: 0x06002C41 RID: 11329 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002C41")] [Address(RVA = "0x681CA0", Offset = "0x680CA0", VA = "0x180681CA0")] public IteratorStateMachineAttribute(Type stateMachineType) { } } }