System.Linq.Expressions.GotoExpression Members

The members of System.Linq.Expressions.GotoExpression are listed below.

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.

Public Methods

Update(LabelTarget, Expression) : GotoExpression

Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.

Protected Methods

override
Accept(ExpressionVisitor) : Expression
Documentation for this section has not yet been entered.