PostSharpAPI ReferencePost­Sharp.​Reflection.​Method­BodyLocal­Variable­Assignment
Open sandboxFocus

LocalVariableAssignment Class

Represents the assignment of a local variable to an expression.

Inheritance
System.Object
LocalVariableAssignment
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public sealed class LocalVariableAssignment : ValueType

Properties

Name Description
Expression

Gets the expression to which the local variable is being assigned.

LocalVariable

Gets the local variable being assigned.