System.Runtime.CompilerServices.StateMachineAttribute public class StateMachineAttribute : Attribute Documentation Code namespace System.Runtime.CompilerServices { public class StateMachineAttribute : Attribute { public Type StateMachineType { get; } public StateMachineAttribute(Type stateMachineType); } }