StateMachineTransformationKind Enumeration |
Note: This API is now obsolete.
[Missing <summary> documentation for "T:PostSharp.Sdk.AspectWeaver.MethodBodyWrapping.StateMachineTransformationKind"]
Namespace: PostSharp.Sdk.AspectWeaver.MethodBodyWrapping
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
[ObsoleteAttribute("This enumeration will be removed in the next major version.")] public enum StateMachineTransformationKind
Member name | Value | Description | |
---|---|---|---|
None | 0 | ||
ModifyStateMachine | 1 | ||
CreateAsyncStateMachine | 2 | ||
CreateIteratorStateMachine | 3 | Create a decorator enumerator around the enumerator/enumerable returned by the target method. |