VisitGotoExpression(IGotoExpression)
Visits an expression of type IGotoExpression.
Declaration
public override object VisitGotoExpression(IGotoExpression expression)
Parameters
Type | Name | Description |
---|---|---|
IGotoExpression | expression | The element to be visited. |
Returns
Type | Description |
---|---|
object |
|