using System; using Cpp2IlInjected; namespace System.Runtime.CompilerServices { /// Indicates whether a method in Visual Basic is marked with the modifier. // Token: 0x02000541 RID: 1345 [Token(Token = "0x2000541")] [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: 0x06002A32 RID: 10802 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002A32")] [Address(RVA = "0x462000", Offset = "0x460E00", VA = "0x180462000")] public IteratorStateMachineAttribute(Type stateMachineType) { } } }