Represents the assignment of a local variable to an expression.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public struct LocalVariableAssignment
Properties
Name | Description |
---|---|
Expression | Gets the expression to which the local variable is being assigned. |
LocalVariable | Gets the local variable being assigned. |