System.Runtime.CompilerServices.AsyncIteratorStateMachineAttribute
Indicates whether a method is an asynchronous iterator.
namespace System.Runtime.CompilerServices
{
public sealed class AsyncIteratorStateMachineAttribute : StateMachineAttribute
{
public AsyncIteratorStateMachineAttribute(Type stateMachineType);
}
}