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 |
|