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

MethodBodyVisitor.VisitGotoExpression Method

VisitGotoExpression(IGotoExpression)

Visits an expression of type IGotoExpression.

Declaration
public virtual object VisitGotoExpression(IGotoExpression expression)
Parameters
Type Name Description
IGotoExpression expression

The element to be visited.

Returns
Type Description
Object

expression, unless the override returns something else.