ISequenceExpression.LocalVariableAssignments Property |
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.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
ReadOnlySinglyLinkedList<LocalVariableAssignment> LocalVariableAssignments { get; }