ReflectionExtensions.GetStateMachinePublicMethod Method |
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
public static MethodInfo GetStateMachinePublicMethod( this MethodInfo method )
Parameters
- method
- Type: System.Reflection.MethodInfo
The move next method.
Return Value
Type: MethodInfoThe public (kick-off method) corresponding to method.