Sequence of instructions.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public interface ISequenceExpression : IBlockExpression, IExpression, IMethodBodyElementProperties
| Name | Description |
|---|---|
| LocalVariableAssignments | Gets the list of local variables that the current sequence assigns, and the value to which the local variable is assigned when the current sequence is fully executed. |
| Predecessors | Gets the list of sequences that can branch to the current sequence. |
| Successors | Gets the list of sequences to which the current sequence branch. |