The members of System.Linq.Expressions.GotoExpression are listed below.
See Also: Inherited members from System.Linq.Expressions.Expression
[read-only] | Kind | GotoExpressionKind.
The kind of the "go to" expression. Serves information purposes only. |
[read-only] override | NodeType | ExpressionType.
Returns the node type of this System.Linq.Expressions.Expression. |
[read-only] | Target | LabelTarget.
The target label where this node jumps to. |
[read-only] override | Type | Type.
Gets the static type of the expression that this System.Linq.Expressions.Expression represents. |
[read-only] | Value | Expression.
The value passed to the target, or null if the target is of type System.Void. |
Update(LabelTarget, Expression)
|
override | Accept(ExpressionVisitor)Documentation for this section has not yet been entered. |