PostSharpAPI ReferencePost­Sharp.​Reflection.​Method­BodyMethod­Body­VisitorVisit­Value­Of­Expression
Open sandboxFocus

MethodBodyVisitor.VisitValueOfExpression Method

VisitValueOfExpression(IValueOfExpression)

Visits an expression of type IValueOfExpression and, recursively, all children elements.

Declaration
public virtual object VisitValueOfExpression(IValueOfExpression expression)
Parameters
Type Name Description
IValueOfExpression expression

The element to be visited.

Returns
Type Description
Object

expression, unless the override returns something else.