<PackageReference Include="NETStandard.Library" Version="2.0.2" />
System.Runtime.CompilerServices.StateMachineAttribute
namespace System.
Runtime.
CompilerServices
{
public class StateMachineAttribute :
Attribute
{
public Type StateMachineType { get; }
public StateMachineAttribute(
Type stateMachineType);
}
}