The properties of System.Linq.Expressions.GotoExpression are listed below. For a list of all members, see the GotoExpression Members list.
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. |