LocalVariableAssignment Structure |
Represents the assignment of a local variable to an expression.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.14.0 (6.10.14.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.
|