Enumeration of kinds of state machines.
Namespace: PostSharp.Reflection
Assembly: PostSharp.dll
Syntax
public enum StateMachineKindFields
| Name | Description |
|---|---|
| Async | Async method. |
| AsyncIterator | Async method that returns IAsyncEnumerable<T>. New in C# 8.0. |
| Iterator | Iterator method. |
| None | The method is not implemented by a state machine. |