System.Linq.Expressions.GotoExpression: Property Members

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

Public Properties

[read-only]
KindGotoExpressionKind.

The kind of the "go to" expression. Serves information purposes only.

[read-only]
override
NodeTypeExpressionType.

Returns the node type of this System.Linq.Expressions.Expression.

[read-only]
TargetLabelTarget.

The target label where this node jumps to.

[read-only]
override
TypeType.

Gets the static type of the expression that this System.Linq.Expressions.Expression represents.

[read-only]
ValueExpression.

The value passed to the target, or null if the target is of type System.Void.