LocalVariableAssignment Structure |
Represents the assignment of a local variable to an expression.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public struct LocalVariableAssignment
The LocalVariableAssignment type exposes the following members.
Name | Description | |
---|---|---|
Expression |
Gets the expression to which the local variable is being assigned.
| |
LocalVariable |
Gets the local variable being assigned.
|